From 7ba26afbeda954b0d12ff3afc3404d7614e060ac Mon Sep 17 00:00:00 2001 From: Tobias Feijten Date: Thu, 30 Jun 2022 22:02:59 +0200 Subject: [PATCH] Prepare 3.2.0 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b3ff6..92537f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v3.2.0 - 2022-06-30 +- [BC break] Use Symfony Flex default path. Will break if you're still using the `web` directory and not defining the path ([#433](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/433)) +- Add webpack plugin to automatically load the routes with no user interactions ([#429](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/429)) +- Changed ExposedRoutesExtractor to handle mkdir warnings ([#434](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/434)) +- Handle nullable route defaults ([#436](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/436)) +- Fix Symfony 6.1 deprecations ([#439](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/439)) + ## v3.1.1 - 2022-03-02 - Allow willdurand/jsonp-callback-validator v2 ([#430](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/issues/430)) - Use latest PHP 8.0 features ([#432](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/issues/432))