mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 00:32:09 +01:00
Create UPGRADE.md
This commit is contained in:
7
UPGRADE.md
Normal file
7
UPGRADE.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Upgrade to 0.3
|
||||
|
||||
## BC Break: Fixed MongoDB storage usage
|
||||
|
||||
Before v0.3 the storage name associated to a class wasn't used when the storage is `MongoDbStorage`.
|
||||
In order to be consistent with other storage drivers, the `storageName` is now used for the collection name when storing and data.
|
||||
To get the same behavior as in older versions, pass the collection name given in the constructor arguments as storage name.
|
||||
Reference in New Issue
Block a user