We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bc137 commit 16cbc16Copy full SHA for 16cbc16
UPGRADE.md
@@ -1,5 +1,12 @@
1
# Upgrade to 2.10
2
3
+## BC Break: `UnitOfWork` now relies on SPL object IDs, not hashes
4
+
5
+When calling the following methods, you are now supposed to use the result of
6
+`spl_object_id()`, and not `spl_object_hash()`:
7
+- `UnitOfWork::clearEntityChangeSet()`
8
+- `UnitOfWork::setOriginalEntityProperty()`
9
10
## BC Break: Removed `TABLE` id generator strategy
11
12
The implementation was unfinished for 14 years.
0 commit comments