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 1d01044 commit c5a2593Copy full SHA for c5a2593
2 files changed
HISTORY
@@ -1,3 +1,15 @@
1
+2.11rc3
2
+=======
3
+
4
+Changes
5
+-------
6
7
+- Move the inclusion of the type field (typically `$`) into the resource and not individual codecs.
8
+ Ensuring it is defined first.
9
10
+ This could cause a breaking change to any tests that expect existing field order.
11
12
13
2.11rc2
14
=======
15
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "odin"
-version = "2.11rc2"
+version = "2.11rc3"
description = "Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python"
authors = ["Tim Savage <tim@savage.company>"]
license = "BSD-3-Clause"
0 commit comments