Skip to content

Commit ef0deac

Browse files
committed
touch version number + changelog
1 parent eccbca3 commit ef0deac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog For DrawBot
22

3+
## [3.128] 2021-08-09
4+
5+
- Fixing bug when adding glyphNames to a formattedString with fontVariation settings.
6+
- Always set the ligature default to workaround a bug in macOS
7+
- Improve error messages for ill-specified fonts
8+
39
## [3.127] 2021-04-29
410

511
- Allow `Path` objects in places where a path is an argument: `saveImage(pathObject)`, `image(pathObject, ...)`

drawBot/drawBotSettings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.127"
1+
__version__ = "3.128"

0 commit comments

Comments
 (0)