From ed42f61dd019ef57f0ef3322b5d8b2870782fbd6 Mon Sep 17 00:00:00 2001 From: Kurogoma Date: Sun, 10 Sep 2023 15:15:44 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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