-
-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Simon Mönch
committed
Jan 6, 2016
1 parent
1f5b77d
commit 16b004f
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
## 0.9.0 / 2016-01-06 | ||
|
||
* added support for doctrine/orm 2.5.x | ||
* some CS fixes | ||
* moved test case classes in their own files | ||
|
||
#### breaking changes | ||
|
||
* removed support for doctrine/orm < 2.4 | ||
* removed support for doctrine/doctrine-bundle < 1.4 | ||
* removed support for gedmo/doctrine-extensions < 2.3.1 | ||
* removed support for symfony/framework-bundle < 2.3 |