From cd2ad06d17c938b868875b6fdd4a6c040a9a1ffb Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Sun, 12 Jun 2022 22:38:53 +0200 Subject: [PATCH] Prepare 0.3.0 release --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a6bfe..6fee78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `bakame/intl-formatter` will be documented in this file -## [Next] - TBD +## [0.3.0] - 2022-06-12 ### Added @@ -10,7 +10,9 @@ All Notable changes to `bakame/intl-formatter` will be documented in this file ### Fixed -- None +- Internal Option rewritten to use pseudo Enum classes. +- `BackedEnumPolyfill` replaces `PseudoEnum` as the internal Enumeration abstract class. +- Improve docblock using phpstan annotation. ### Deprecated @@ -45,6 +47,7 @@ All Notable changes to `bakame/intl-formatter` will be documented in this file **Initial release!** -[Next]: https://github.com/bakame-php/intl-formatter/compare/0.2.0...main +[Next]: https://github.com/bakame-php/intl-formatter/compare/0.3.0...main +[0.3.0]: https://github.com/bakame-php/intl-formatter/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/bakame-php/intl-formatter/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/bakame-php/intl-formatter/releases/tag/0.1.0