Skip to content

Commit

Permalink
Add backward compatibility note for legacy save and load, name releas…
Browse files Browse the repository at this point in the history
…e 5.0 as it does have some backward compatibility issues
  • Loading branch information
thewunder committed Apr 9, 2024
1 parent 5be73e5 commit 6c685da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 4.2.0
Version 5.0
=============

New Features
Expand All @@ -14,6 +14,11 @@ Updates
- Existing loadOne, loadMany, loadManyToMany as well as the RelationshipSaver and RelationshipLoader classes have been deprecated.
- All exceptions throws extend from a common CormaException class

Breaking Changes
----------------

* Legacy relationship load / save methods require that the property names and getter / setter names are consistent with the property name. They are not 100% backward compatible, and may require some renaming.

Version 4.1.0
=============

Expand Down

0 comments on commit 6c685da

Please sign in to comment.