Fixes tree based circular references
Thanks to jpfarias for the fix. Also normalised the other circular checks.
This commit is contained in:
parent
8797565606
commit
7b1860d17b
4 changed files with 71 additions and 14 deletions
|
|
@ -6,6 +6,7 @@ Changelog
|
|||
Changes in dev
|
||||
==============
|
||||
|
||||
- Fixed tree based circular reference bug
|
||||
- Add field name to validation exception messages
|
||||
- Added UUID field
|
||||
- Improved efficiency of .get()
|
||||
|
|
@ -17,7 +18,7 @@ Changes in dev
|
|||
Changes in v0.5.1
|
||||
=================
|
||||
|
||||
- Circular reference bugfix
|
||||
- Fixed simple circular reference bug
|
||||
|
||||
Changes in v0.5
|
||||
===============
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue