Skip to content

Commit

Permalink
Migrating CHANGELOG into CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Oct 24, 2016
1 parent 8a4eef0 commit 8a8b899
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,15 @@ Total issues resolved: **15**
- [97: Feature - #45 - allow ignoring entire namespaces](https://github.com/doctrine/annotations/pull/97)
- [98: Enhancement/#65 remove cache salt from cached reader](https://github.com/doctrine/annotations/pull/98)
- [99: Fix - #70 - allow tab character before first annotation in docblock](https://github.com/doctrine/annotations/pull/99)

### v1.2.0

* HHVM support
* Allowing dangling comma in annotations
* Excluded annotations are no longer autoloaded
* Importing namespaces also in traits
* Added support for `::class` 5.5-style constant, works also in 5.3 and 5.4

### v1.1

* Add Exception when ZendOptimizer+ or Opcache is configured to drop comments
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,4 @@ Docblock Annotations Parser library (extracted from [Doctrine Common](https://gi

## Changelog

### v1.2.0

* HHVM support
* Allowing dangling comma in annotations
* Excluded annotations are no longer autoloaded
* Importing namespaces also in traits
* Added support for `::class` 5.5-style constant, works also in 5.3 and 5.4

### v1.1

* Add Exception when ZendOptimizer+ or Opcache is configured to drop comments
See [CHANGELOG.md](CHANGELOG.md)

0 comments on commit 8a8b899

Please sign in to comment.