Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 10, 2024
1 parent 2e342de commit 97e223d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2024-03-10
### Changed
- Upgraded `nikic/php-parser` to 5.x [#16].
- Bump the minimum PHP version from 7.2 to 7.4 [#16].

## [1.3.1] - 2022-03-18
### Fixed
- Support for concatenated strings [#14].
Expand Down Expand Up @@ -53,7 +57,9 @@ First version
[#11]: https://github.com/php-gettext/PHP-Scanner/issues/11
[#12]: https://github.com/php-gettext/PHP-Scanner/issues/12
[#14]: https://github.com/php-gettext/PHP-Scanner/issues/14
[#16]: https://github.com/php-gettext/PHP-Scanner/issues/16

[2.0.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.3.1...v2.0.0
[1.3.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.2...v1.3.0
[1.2.2]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.1...v1.2.2
Expand Down

0 comments on commit 97e223d

Please sign in to comment.