From 9969e325c1ab58e2f1c954be5e61ffedefeefedf Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 19 Feb 2018 13:54:22 -0500 Subject: [PATCH] adding highlights to the CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a363c77..d3198f2ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,15 @@ and `writeNextStepsMessage()` were removed and `generate()` was added in their place. We recommend extending `AbstractMaker` instead of implementing the interface directly, and use `$this->writeSuccessMessage()` to get - the normal "success" message after the command. + the normal "success" message after the command #120 via @weaverryan + +* Added new `make:migration` command, which wraps the normal + `doctrine:migrations:diff` command #97 via @weaverryan + +* Added new `make:fixtures` command to generate an empty fixtures class + #105 via @javiereguiluz + +* Added PHPDoc to generated entity repositories so that your IDE knows + what type of objects are returned #116 @enleur + +* Allowed generation of all classes into sub-namespaces #120 via @weaverryan