Skip to content

Commit 8e72f30

Browse files
committed
updating CHANGELOG
1 parent f7ced83 commit 8e72f30

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
1.5
2+
===
3+
4+
* Before 1.5, the `App\` namespace prefix was always assumed so that
5+
when you type a short class name, it is converted into a full class
6+
name with this prefix. Now, this is configurable #173 thanks to @upyx
7+
8+
* Added an option to to `make:enity` to make your class automatically
9+
an ApiPlatform resource. Pass `--api-resource` #178 thanks to @dunglas
10+
11+
* Fixed `make:entity` when your class uses traits or a mapped
12+
super class #181 thanks to @andrewtch
13+
14+
* Improved messages when you need to pass a fully-qualified class
15+
name #188 & #171 - thanks to @sadikoff and @LeJeanbono
16+
17+
* Fixed a bug where `make:crud` would not render the correct form
18+
names when your property included an underscore.
19+
120
1.4
221
===
322

0 commit comments

Comments
 (0)