From 862c61eb5ae4b2eb8a0eef2780d4a8da5ac93a5b Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 20 May 2021 19:33:08 +0100 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 02ce5cf39..c0bd5471d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +- [otTables] Fixed ``AttributeError`` in methods that split LigatureSubst, + MultipleSubst and AlternateSubst subtables when an offset overflow occurs. + The ``Format`` attribute was removed in v4.22.0 (#2319). + 4.24.2 (released 2021-05-20) ----------------------------