Skip to content

Commit 40fc463

Browse files
committed
updated changelog
1 parent bfbffca commit 40fc463

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.1.0] - 2019-11-19
9+
### Added
10+
- In v1.0, non-scalar arguments (others than string, int and float) were discarded. Now the arrays are included too [#5]
11+
812
## [1.0.1] - 2019-11-11
913
### Fixed
1014
- Anonimous function produce fatal errors [#1]
@@ -13,5 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1317
First version
1418

1519
[#1]: https://github.com/php-gettext/PHP-Scanner/issues/1
20+
[#5]: https://github.com/php-gettext/PHP-Scanner/issues/5
1621

22+
[1.1.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.0.1...v1.1.0
1723
[1.0.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)