aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fcd300e..6d01aca 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -34,6 +34,13 @@ Revision 0.2.6, released XX-07-2019
RFC 3779, RFC 4055, RFC 4073, RFC 4108, RFC 5035, RFC 5083, RFC 5480,
RFC 5940, RFC 5958, RFC 6010, RFC 6019, RFC 6402, RFC 7191, RFC 8226,
and RFC 8520
+- Changed `ValueSizeConstraint` erroneously applied to `SequenceOf`
+ and `SetOf` objects via `subtypeConstraint` attribute to be applied
+ via `sizeSpec` attribute. Although `sizeSpec` takes the same constraint
+ objects as `subtypeConstraint`, the former is only verified on
+ de/serialization i.e. when the [constructed] object at hand is fully
+ populated, while the latter is applied to [scalar] types at the moment
+ of instantiation.
Revision 0.2.5, released 24-04-2019
-----------------------------------