From 3158426ea9c6e6add76f9e877002349c1714893a Mon Sep 17 00:00:00 2001 From: Jesse Rushlow Date: Mon, 9 May 2022 14:16:57 -0400 Subject: [PATCH] [release] v1.42.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d00e4e48..f22208db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v1.42.0](https://github.com/symfony/maker-bundle/releases/tag/v1.42.0) + +*May 9th, 2022* + +### Feature + +- [#1114](https://github.com/symfony/maker-bundle/pull/1114) - [make:entity] _em will be private in ORM 3.0, use getEntityManager() - *@jrushlow* +- [#456](https://github.com/symfony/maker-bundle/pull/456) - Use prefix "is" for getters on boolean fields - *@MaximePinot* +- [#307](https://github.com/symfony/maker-bundle/pull/307) - [make:crud][experimental] Add generated tests to make:crud - *@ckrack* + +### Bug + +- [#1115](https://github.com/symfony/maker-bundle/pull/1115) - [make:crud] fix broken controller with custom repository - *@jrushlow* + ## [v1.41.0](https://github.com/symfony/maker-bundle/releases/tag/v1.41.0) *May 4th, 2022*