From 71f28ff5d76b27094d41e50b98a4cc0397078522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Sat, 21 Nov 2015 10:41:05 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e50b347cb..0c4cbdeb916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,32 @@ # Changelog -## 1.1.0 +## 1.1.0 beta 1 +* Support Symfony 3.0 * Support nested properties in Doctrine filters +* Add new `start` and `word_start` strategies to the Doctrine Search filter +* Add support for abstract resources +* Add a new option to totally disable Doctrine +* Remove the ID attribute from the Hydra documentation when it is read only * Add method to avoid naming collision of DQL join alias and bound parameter name +* Make exception available in the Symfony Debug Toolbar +* Improve the Doctrine Paginator performance in some cases +* Enhance HTTPS support and fix some bugs in the router +* Fix some edge cases in the date and time normalizer +* Propagate denormalization groups through relations +* Run tests against all supported Symfony versions +* Add a contribution documentation +* Refactor tests +* Check CS with StyleCI + +## 1.0.1 + +* Avoid an error if the attribute isn't an array + +## 1.0.0 + +* Extract the documentation in a separate repository +* Add support for eager loading in collections ## 1.0.0 beta 3