File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
+
8
12
## [ 1.0.1] - 2019-11-11
9
13
### Fixed
10
14
- Anonimous function produce fatal errors [ #1 ]
@@ -13,5 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
17
First version
14
18
15
19
[ #1 ] : https://github.com/php-gettext/PHP-Scanner/issues/1
20
+ [ #5 ] : https://github.com/php-gettext/PHP-Scanner/issues/5
16
21
22
+ [ 1.1.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.0.1...v1.1.0
17
23
[ 1.0.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.0.0...v1.0.1
You can’t perform that action at this time.
0 commit comments