Skip to content

Commit 648b757

Browse files
committed
updated changelog
1 parent 5ee2a4c commit 648b757

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
Previous releases are documented in [github releases](https://github.com/oscarotero/Gettext/releases)
99

10-
## [5.7.0] - 2021-07-27
10+
## [5.7.0] - 2022-07-27
1111
### Added
1212
- StrictPoLoader, a stricter PO loader more aligned with the syntax of the GNU gettext tooling [#282].
1313
- Previous attributes (msgctxt, msgid, msgid_plural) to the Translation class and the PO generator [#282].
14+
1415
### Changed
1516
- Minor performance improvements to the Translations class [#282].
1617

@@ -80,7 +81,7 @@ Previous releases are documented in [github releases](https://github.com/oscarot
8081
### Added
8182
- New function `CodeScanner::ignoreInvalidFunctions()` to ignore invalid functions instead throw an exception
8283

83-
## 5.0.0 - 2019-11-04
84+
## [5.0.0] - 2019-11-04
8485
### Added
8586
- New interfaces: `ScannerInterface` and `FunctionsScannerInterface`.
8687

@@ -136,3 +137,4 @@ Previous releases are documented in [github releases](https://github.com/oscarot
136137
[5.2.1]: https://github.com/php-gettext/Gettext/compare/v5.2.0...v5.2.1
137138
[5.2.0]: https://github.com/php-gettext/Gettext/compare/v5.1.0...v5.2.0
138139
[5.1.0]: https://github.com/php-gettext/Gettext/compare/v5.0.0...v5.1.0
140+
[5.0.0]: https://github.com/php-gettext/Gettext/releases/tag/v5.0.0

0 commit comments

Comments
 (0)