Skip to content

Commit a5830fb

Browse files
author
Alexander Obuhovich
committed
Update changelog to indicate 1.3.0 release
1 parent 99b4071 commit a5830fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
...
7+
8+
## [1.3.0] - 2016-02-14
69
### Added
710
* Run tests on PHP 7 as well.
811
* Trait property/method annotations are accessible as part of class annotations by [@benesch].
912
* Allow trait introspection for annotations by [@benesch].
1013

11-
### Changed
12-
...
13-
1414
### Fixed
1515
* The root namespace importing (e.g. "use PDO;") wasn't working by [@benesch].
1616
* Tests, that trigger notices/warnings were marked as passing by [@benesch].
@@ -45,7 +45,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4545

4646
### Removed
4747
* Standard annotation stubs (e.g. "@display", "@format", "@length", etc.) were removed.
48-
* Removed incomplete support for "@usage" annotation inheritance.
48+
* Removed incomplete support for "@usage" annotation inheritance.
4949

5050
## [1.1.0] - 2012-10-10
5151
### Changed

0 commit comments

Comments
 (0)