diff --git a/CHANGELOG.md b/CHANGELOG.md index e1cd2708..7cf500ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog For DrawBot +## [3.128] 2021-08-09 + +- Fixing bug when adding glyphNames to a formattedString with fontVariation settings. +- Always set the ligature default to workaround a bug in macOS +- Improve error messages for ill-specified fonts + ## [3.127] 2021-04-29 - Allow `Path` objects in places where a path is an argument: `saveImage(pathObject)`, `image(pathObject, ...)` diff --git a/drawBot/drawBotSettings.py b/drawBot/drawBotSettings.py index da14d13b..6de80216 100644 --- a/drawBot/drawBotSettings.py +++ b/drawBot/drawBotSettings.py @@ -1 +1 @@ -__version__ = "3.127" +__version__ = "3.128"