Skip to content

Commit 97e223d

Browse files
committed
updated changelog
1 parent 2e342de commit 97e223d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Change Log
2-
32
All notable changes to this project will be documented in this file.
43

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

7+
## [2.0.0] - 2024-03-10
8+
### Changed
9+
- Upgraded `nikic/php-parser` to 5.x [#16].
10+
- Bump the minimum PHP version from 7.2 to 7.4 [#16].
11+
812
## [1.3.1] - 2022-03-18
913
### Fixed
1014
- Support for concatenated strings [#14].
@@ -53,7 +57,9 @@ First version
5357
[#11]: https://github.com/php-gettext/PHP-Scanner/issues/11
5458
[#12]: https://github.com/php-gettext/PHP-Scanner/issues/12
5559
[#14]: https://github.com/php-gettext/PHP-Scanner/issues/14
60+
[#16]: https://github.com/php-gettext/PHP-Scanner/issues/16
5661

62+
[2.0.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.3.1...v2.0.0
5763
[1.3.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.3.0...v1.3.1
5864
[1.3.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.2...v1.3.0
5965
[1.2.2]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.1...v1.2.2

0 commit comments

Comments
 (0)