Skip to content

Commit 4d96cd6

Browse files
committed
updated changelog
1 parent 6589c73 commit 4d96cd6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ 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.5.0] - Unreleased
10+
## [5.5.0] - 2020-05-23
1111
### Added
1212
- New option `addReferences()` to configure the code scanners whether add or not references [#258]
1313

14+
### Changed
15+
- BREAKING: Moved some code from `CodeScanner` to the new `FunctionsHandlersTrait` in order to better reuse.
16+
1417
## [5.4.1] - 2020-03-15
1518
### Fixed
1619
- PoGenerator includes the description and flags of the translations [#253]
@@ -74,7 +77,7 @@ Previous releases are documented in [github releases](https://github.com/oscarot
7477
[#253]: https://github.com/php-gettext/Gettext/issues/253
7578
[#258]: https://github.com/php-gettext/Gettext/issues/258
7679

77-
[5.5.0]: https://github.com/php-gettext/Gettext/compare/v5.4.1...HEAD
80+
[5.5.0]: https://github.com/php-gettext/Gettext/compare/v5.4.1...v5.5.0
7881
[5.4.1]: https://github.com/php-gettext/Gettext/compare/v5.4.0...v5.4.1
7982
[5.4.0]: https://github.com/php-gettext/Gettext/compare/v5.3.0...v5.4.0
8083
[5.3.0]: https://github.com/php-gettext/Gettext/compare/v5.2.2...v5.3.0

0 commit comments

Comments
 (0)