Skip to content

Commit

Permalink
Adding v1.2.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 6, 2014
1 parent c0e166d commit d9b1a37
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

[![Build Status](https://travis-ci.org/doctrine/annotations.png?branch=master)](https://travis-ci.org/doctrine/annotations)

Docblock Annotations Parser library (extracted from Doctrine Common).
Docblock Annotations Parser library (extracted from [Doctrine Common](https://github.com/doctrine/common)).

## 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
* Add Exception when ZendOptimizer+ or Opcache is configured to drop comments

0 comments on commit d9b1a37

Please sign in to comment.