diff --git a/CHANGELOG.md b/CHANGELOG.md index f915067a..4e3a5f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Previous releases are documented in [github releases](https://github.com/oscarotero/Gettext/releases) +## [4.8.7] - 2022-08-02 +### Fixed +- Suppress deprecation error on PHP 8.1 [#280] + ## [4.8.6] - 2021-10-19 ### Fixed - Parse PO files with multiline disabled entries [#274] @@ -121,7 +125,7 @@ Previous releases are documented in [github releases](https://github.com/oscarot ### Fixed - Improved the code style including php_codesniffer in development -## 4.3.0 - 2017-03-04 +## [4.3.0] - 2017-03-04 ### Added - Added support for named placeholders (using `strtr`). For example: ```php @@ -175,7 +179,9 @@ Previous releases are documented in [github releases](https://github.com/oscarot [#266]: https://github.com/oscarotero/Gettext/issues/266 [#271]: https://github.com/oscarotero/Gettext/issues/271 [#274]: https://github.com/oscarotero/Gettext/issues/274 +[#280]: https://github.com/oscarotero/Gettext/issues/280 +[4.8.7]: https://github.com/oscarotero/Gettext/compare/v4.8.6...v4.8.7 [4.8.6]: https://github.com/oscarotero/Gettext/compare/v4.8.5...v4.8.6 [4.8.5]: https://github.com/oscarotero/Gettext/compare/v4.8.4...v4.8.5 [4.8.4]: https://github.com/oscarotero/Gettext/compare/v4.8.3...v4.8.4 @@ -194,3 +200,4 @@ Previous releases are documented in [github releases](https://github.com/oscarot [4.4.2]: https://github.com/oscarotero/Gettext/compare/v4.4.1...v4.4.2 [4.4.1]: https://github.com/oscarotero/Gettext/compare/v4.4.0...v4.4.1 [4.4.0]: https://github.com/oscarotero/Gettext/compare/v4.3.0...v4.4.0 +[4.3.0]: https://github.com/oscarotero/Gettext/releases/tag/v4.3.0