# HG changeset patch # User Franz Glasner # Date 1691047483 -7200 # Node ID 0dd9a251f884d6bbb34d5b80048c8dc133ef666c # Parent 6b8fcd0d2175100c194f9d4998f3dbd459e78324 Changes diff -r 6b8fcd0d2175 -r 0dd9a251f884 CHANGES.txt --- a/CHANGES.txt Thu Aug 03 02:21:13 2023 +0200 +++ b/CHANGES.txt Thu Aug 03 09:24:43 2023 +0200 @@ -13,6 +13,22 @@ Pre-1.0 Series ============== +n/a +--- + +- **[feature]** + Proper :py:mod:`pickle` support for all validation-relevant data + (problems, schema, context). This includes a proper :py:meth:`__eq__` + implementation also. + +- **[feature]** + Implement additional conditions: `ref-false`, `ref-not-exists`, + `when-ref-false` and `when-ref-not-exists` + +- **[bugfix]** + Several fixes regarding conditions in combination with schema references + + v0.2 (2023-07-19) -----------------