From 2e504e5e3578fca17ac83e77b522bd0001bf3dea Mon Sep 17 00:00:00 2001 From: Kamile Demir Date: Tue, 13 Jun 2023 14:28:22 -0700 Subject: [PATCH] Update NEWS with version 3.9.6 --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index 774144d26..a6430ee4f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,15 @@ Changelog ========= +3.9.6 (released 2023-06-13) +--------------------------- +- [requirements.txt] Update dependencies, unpin specific fonttools version to allow more versions ([#1661](https://github.com/adobe-type-tools/afdko/pull/1661)) +- [tx] fix segfaults due to old function call ([#1649](https://github.com/adobe-type-tools/afdko/pull/1649)) +- [hotconv] Fix warning for negative TypoLineGap ([#1654](https://github.com/adobe-type-tools/afdko/pull/1654)) (thanks, @NSGod!) +- [hotconv] reset dsigCnt in hotReuse() so subsequent conversions add full stub 'DSIG' table ([#1648](https://github.com/adobe-type-tools/afdko/pull/1648)) (thanks, @NSGod!) +- [hotconv] 'name': fix memory leak in addName() ([#1646](https://github.com/adobe-type-tools/afdko/pull/1646)) (thanks, @NSGod!) +- [README] Remove LGTM badges ([#1650](https://github.com/adobe-type-tools/afdko/pull/1650)) (thanks, @miguelsousa!) + 3.9.5 (released 2023-04-24) --------------------------- - [python] **Drop Python 3.7**