File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased]
66### Added
7+
8+ ### Changed
9+
10+ ### Removed
11+
12+ ## [ 2.1.0] - 2016-05-03
13+ ### Added
714- Support for numbers in scientific notation.
15+
816### Changed
9- - Parser constructor no longer requires a value enabling instance reuse.
10- - Lexer constructor no longer requires a value enabling instance reuse.
17+ - Parser constructor no longer requires a value, enabling instance reuse.
18+ - Lexer constructor no longer requires a value, enabling instance reuse.
1119- Tests now use Composer autoload.
12- - PHPUnit XML now conformant .
20+ - PHPUnit config XML now conforms to XSD .
1321- Documentation updated with new usage pattern.
1422- Move non-value comparison into if statement in Lexer::getType().
1523- Test case and test data cleanup.
24+
1625### Removed
1726- TestInit no longer needed
1827
You can’t perform that action at this time.
0 commit comments