You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
380 B
12 lines
380 B
CHANGELOG
|
|
=========
|
|
|
|
2.1.0
|
|
-----
|
|
|
|
* added a default implementation of the ManagerRegistry
|
|
* added a session storage for Doctrine DBAL
|
|
* DoctrineOrmTypeGuesser now guesses "collection" for array Doctrine type
|
|
* DoctrineType now caches its choice lists in order to improve performance
|
|
* DoctrineType now uses ManagerRegistry::getManagerForClass() if the option "em" is not set
|