From fb5c1efd40b99d228b81d3dd2b359210c7c795fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 23 Oct 2017 22:00:12 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21fc17d5b6e..7dccfb036c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 2.1.2 + +* PHP 7.2 compatibility +* Symfony 4 compatibility +* Fix the Swagger UI documentation for specific routes (the API request wasn't executed automatically anymore) +* Add a missing cache tag on empty collections +* Fix a missing service when no Varnish URL is defined +* Fix the whitelist comparison in the property filer +* Fix some bugs regarding subresources in the Swagger and Hydra normalizers +* Make route requirements configurable +* Make possible to configure the Swagger context for properties +* Better exception messages when there is a content negotiation error +* Use the `PriorityTaggedServiceTrait` provided by Symfony instead of a custom implementation +* Test upstream libs deprecations +* Various quality fixes and tests cleanup + ## 2.1.1 * Fix path generators