Skip to content

Commit 77ef66f

Browse files
jcheronaik099
authored andcommitted
Changelog 1.3.1 (php-annotations#130)
Update "CHANGELOG.md" for 1.3.1 release
1 parent 85d060e commit 77ef66f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66
...
77

8+
## [1.3.1] - 2019-01-15
9+
### Added
10+
* Added missing "RangeAnnotation" to demo script by [@lsces].
11+
* Added "PropertyAnnotation" implementation by [@jcheron].
12+
13+
### Changed
14+
* Added slash added before PHP global functions to improve namespace resolution speed by [@jcheron].
15+
816
## [1.3.0] - 2016-02-14
917
### Added
1018
* Run tests on PHP 7 as well.
@@ -65,3 +73,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6573
[1.2.0]: https://github.com/php-annotations/php-annotations/compare/v1.1.0...v1.2.0
6674
[1.1.0]: https://github.com/php-annotations/php-annotations/compare/v1.0.0...v1.1.0
6775
[@benesch]: https://github.com/benesch
76+
[@lsces]: https://github.com/lsces
77+
[@jcheron]: https://github.com/jcheron

0 commit comments

Comments
 (0)