Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kurgm committed Sep 10, 2023
1 parent 8d6c265 commit ed42f61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Polygon>` (previously `IterableIterator<Polygon>`).
- Return type of `[Symbol.iterator]` method of `Polygon` is now an `Iterator<Readonly<Point>>` (previously `Iterator<Point>`).

### 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
Expand Down

0 comments on commit ed42f61

Please sign in to comment.