File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2.10rc1
2+ =======
3+
4+ Changes
5+ -------
6+
7+ - Simplify the internals of the Resource metaclass to make it easier to understand
8+ and maintain. Greater sharing of code between Resource and AnnotatedResource
9+
10+ This change has not effect on the public API.
11+
12+ Removes some compatibility code with versions prior to Python 3.8.
13+
14+ - Support shadowing of fields on a resource. To enabled this feature set the
15+ ``allow_field_shadowing`` meta option to ``True``. This allows for fields to be
16+ overridden on a resource.
17+
18+ ResourceObjects now includes a shadow_fields listing all fields shadowed by this
19+ resource.
20+
21+
1222.9
223===
324
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " odin"
7- version = " 2.9.0 "
7+ version = " 2.10rc1 "
88description = " Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python"
99authors = [" Tim Savage <tim@savage.company>" ]
1010license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments