Skip to content

Commit 121c725

Browse files
committed
Merge pull request #11 from djlambert/develop
Changelog tweaks
2 parents 3a7ebc0 + 2f5d547 commit 121c725

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)