diff options
author | Devian <devianleong@gmail.com> | 2021-04-22 17:03:46 +0800 |
---|---|---|
committer | Devian <devianleong@gmail.com> | 2021-04-22 17:03:46 +0800 |
commit | 745cf2431a71d0e6c5f08f8605839279b2f7496e (patch) | |
tree | 11e4c7a19ac9f9efc1bb253b29b1fa488c34238e /vendor/doctrine/persistence/UPGRADE-1.2.md |
Initiate commit
Diffstat (limited to 'vendor/doctrine/persistence/UPGRADE-1.2.md')
-rw-r--r-- | vendor/doctrine/persistence/UPGRADE-1.2.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/doctrine/persistence/UPGRADE-1.2.md b/vendor/doctrine/persistence/UPGRADE-1.2.md new file mode 100644 index 0000000..0c0115d --- /dev/null +++ b/vendor/doctrine/persistence/UPGRADE-1.2.md @@ -0,0 +1,6 @@ +UPGRADE FROM 1.x to 1.2 +======================= + +* Deprecated `ObjectManager::merge()`. Please handle merge operations in your application instead. +* Deprecated `ObjectManager::detach()`. Please use `ObjectManager::clear()` instead. +* Deprecated `PersistentObject` class. Please implement this functionality directly in your application if you want ActiveRecord style functionality. |