diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd31c1..d3f9984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ - Gothic glyphs now support stroke type 4 (otsu-curve as in δΉ™) and 6 (complex curve). - Gothic glyphs now support reflection and rotation operations. +### Changed +- Return type of `[Symbol.iterator]` method of `Polygons` is now an `Iterator` (previously `IterableIterator`). +- Return type of `[Symbol.iterator]` method of `Polygon` is now an `Iterator>` (previously `Iterator`). + ### Fixed - Fixed the bug that gothic glyphs sometimes lack left hooks or upward hooks. +- Improved compatibility with the original engine for non-standard head or tail stroke types. ## [0.4.0] - 2022-03-02 ### Added