From 3bb8eea5ec8479aa1fc70311b5ac91b37781b2e9 Mon Sep 17 00:00:00 2001 From: Jesse Rushlow Date: Wed, 23 Feb 2022 16:35:15 -0500 Subject: [PATCH] [release] prep v1.38.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b4f2e1fd..d73fb7b482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v1.38.0](https://github.com/symfony/maker-bundle/releases/tag/v1.38.0) + +*February 23rd, 2022* + +### Feature + +- [#1076](https://github.com/symfony/maker-bundle/pull/1076) - [make:registration-form] Translate reasons for VerifyEmailBundle if translator available - *@bocharsky-bw* +- [#1015](https://github.com/symfony/maker-bundle/pull/1015) - Update ApiTestCase to be compliant with ApiPlatform v3.0 - *@laryjulien* +- [#1007](https://github.com/symfony/maker-bundle/pull/1007) - [make:controller][make:crud] Make route names start with 'app_' - *@robmeijer* +- [#939](https://github.com/symfony/maker-bundle/pull/939) - [make:crud] Improve controller generation - *@bdaler* + +### Bug Fix + +- [#1046](https://github.com/symfony/maker-bundle/pull/1046) - [make:entity] Exclude inherited embedded class properties - *@Vincz* +- [#910](https://github.com/symfony/maker-bundle/pull/910) - [YamlSourceManipulator] Tweak regex pattern for regex key - *@lubo13* +- [#830](https://github.com/symfony/maker-bundle/pull/830) - [make:validator] Fix @var typehint comments - *@mmarton* + ## [v1.37.0](https://github.com/symfony/maker-bundle/releases/tag/v1.37.0) *February 16th, 2022*