CHANGELOG.md in unicode-name-1.13.0 vs CHANGELOG.md in unicode-name-1.13.1

- old
+ new

@@ -1,7 +1,14 @@ ## CHANGELOG +### 1.13.1 + +Bugfix release: + +- Fix medial vowels not generated correctly for Hangul syllables #1 +- Unicode::Name.readable now also applies correction if one exists + ### 1.13.0 - Unicode 16.0 ### 1.12.0 @@ -20,61 +27,60 @@ - Unicode 13 ### 1.8.0 -* Unicode 12.1 +- Unicode 12.1 ### 1.7.1 -* Push unicode-types dependency to 1.4.0 +- Push unicode-types dependency to 1.4.0 ### 1.7.0 -* Unicode 12 +- Unicode 12 ### 1.6.0 -* Unicode 11 -* Do not depend on rubygems (only use zlib stdlib for unzipping) +- Unicode 11 +- Do not depend on rubygems (only use zlib stdlib for unzipping) ### 1.5.2 -* Explicitly load rubygems/util, fixes regression in 1.5.1 +- Explicitly load rubygems/util, fixes regression in 1.5.1 ### 1.5.1 -* Use `Gem::Util` for `gunzip`, removes deprecation warning +- Use `Gem::Util` for `gunzip`, removes deprecation warning ### 1.5.0 -* Unicode 10 +- Unicode 10 ### 1.4.2 -* Fix that Unicode::Name.correct would not fail if codepoint has aliases but no correction +- Fix that Unicode::Name.correct would not fail if codepoint has aliases but no correction ### 1.4.1 -* Be compatible with Ruby 2.4's surrogate literals -* Bump unicode-types dependency +- Be compatible with Ruby 2.4's surrogate literals +- Bump unicode-types dependency ### 1.4.0 -* Support Hangul Syllables +- Support Hangul syllables ### 1.3.0 -* Support Unicode 9.0 +- Support Unicode 9.0 ### 1.2.0 -* Support CJK Ideographs +- Support CJK Ideographs ### 1.1.0 -* Support codepoint labels +- Support codepoint labels ### 1.0.0 -* Initial release - +- Initial release