File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v3.0.0
4+
5+ - add support for cvar table removal in variable fonts (backward incompatible change)
6+ - add new ` --keep-cvar ` option to toggle cvar table removal off
7+ - modify default gasp approach to add a gasp table when it is not available in a font (backward incompatible change)
8+ - add new source formatting Makefile targets
9+ - add isort package to setup.py extras_requires dev dependencies
10+ - source import statement formatting
11+ - update fonttools dependency to v4.22.0
12+ - update GitHub Actions workflows to use cPython 3.9 (from cPython 3.8)
13+
314## v2.0.4
415
516- dependency update patch
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- version = __version__ = "2 .0.5-dev0 "
15+ version = __version__ = "3 .0.0 "
You can’t perform that action at this time.
0 commit comments