Skip to content

Commit

Permalink
Document BC break (#9143)
Browse files Browse the repository at this point in the history
Closes #9141
  • Loading branch information
greg0ire authored Oct 30, 2021
1 parent 94bc137 commit 16cbc16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Upgrade to 2.10

## BC Break: `UnitOfWork` now relies on SPL object IDs, not hashes

When calling the following methods, you are now supposed to use the result of
`spl_object_id()`, and not `spl_object_hash()`:
- `UnitOfWork::clearEntityChangeSet()`
- `UnitOfWork::setOriginalEntityProperty()`

## BC Break: Removed `TABLE` id generator strategy

The implementation was unfinished for 14 years.
Expand Down

0 comments on commit 16cbc16

Please sign in to comment.