We should mention in CHANGELOG that models use Doctrine collections

This commit is contained in:
Paweł Jędrzejewski 2012-11-01 23:09:15 +01:00
parent c2157c3dca
commit 6e2c1bdb4f

View file

@ -4,6 +4,7 @@ CHANGELOG
### 01-11-2012 ### 01-11-2012
* Bundle now uses [SyliusResourceBundle](http://github.com/Sylius/SyliusResourceBundle) for model persistence. * Bundle now uses [SyliusResourceBundle](http://github.com/Sylius/SyliusResourceBundle) for model persistence.
* Models now depend on Doctrine collections.
* New controller. * New controller.
* Renamed **Item** to **CartItem**. * Renamed **Item** to **CartItem**.
* Renamed **ItemType** to **CartItemType**. * Renamed **ItemType** to **CartItemType**.