Skip to content

Commit

Permalink
adding highlights to the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Feb 19, 2018
1 parent 5fd4d26 commit 9969e32
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9969e32

Please sign in to comment.