From d2ae4ef05e25197343b6a39bae1d3c427a2f6956 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 25 Mar 2019 20:03:48 +0100 Subject: [PATCH] Release notes for v1.6.1 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index eda56aa33..95fcdf8e4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,24 @@ Collections Abstraction library ## Changelog +### v1.6.1 + +This release, combined with the release of [`doctrine/collections` `v1.6.1`](https://github.com/doctrine/collections/releases/tag/v1.6.1), +fixes an issue where parsing annotations was not possible +for classes within `doctrine/collections`. + +Specifically, `v1.6.0` introduced Psalm-specific annotations +such as (for example) `@template` and `@template-implements`, +which were both incorrectly recognized as `@template`. + +`@template` has therefore been removed, and instead we use +the prefixed `@psalm-template`, which is no longer parsed +by `doctrine/collections` `v1.6.1` + +Total issues resolved: **1** + +- [186: Use `@psalm-template` annotation to avoid clashes](https://github.com/doctrine/collections/pull/186) thanks to @muglug + ### v1.6.0 This release bumps the minimum required PHP version to 7.1.3.