Skip to content

Commit 9969e32

Browse files
committed
adding highlights to the CHANGELOG
1 parent 5fd4d26 commit 9969e32

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,15 @@
55
and `writeNextStepsMessage()` were removed and `generate()` was added
66
in their place. We recommend extending `AbstractMaker` instead of implementing
77
the interface directly, and use `$this->writeSuccessMessage()` to get
8-
the normal "success" message after the command.
8+
the normal "success" message after the command #120 via @weaverryan
9+
10+
* Added new `make:migration` command, which wraps the normal
11+
`doctrine:migrations:diff` command #97 via @weaverryan
12+
13+
* Added new `make:fixtures` command to generate an empty fixtures class
14+
#105 via @javiereguiluz
15+
16+
* Added PHPDoc to generated entity repositories so that your IDE knows
17+
what type of objects are returned #116 @enleur
18+
19+
* Allowed generation of all classes into sub-namespaces #120 via @weaverryan

0 commit comments

Comments
 (0)