From 8a8b899b3ab90bb76010665658e05b3385e131d2 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 24 Oct 2016 13:43:21 +0200 Subject: [PATCH] Migrating `CHANGELOG` into `CHANGELOG.md` --- CHANGELOG.md | 12 ++++++++++++ README.md | 12 +----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b73cce400..7083301ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 25ec0fec4..e9571deb7 100644 --- a/README.md +++ b/README.md @@ -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)