summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 466d057..9297c9b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,6 +22,10 @@ Revision 0.5.0, released XX-09-2019
`StreamingDecoder` class. Previously published API is implemented
as a thin wrapper on top of that ensuring backward compatibility.
+- Added ability of combining `SingleValueConstraint` and
+ `PermittedAlphabetConstraint` objects into one for proper modeling
+ `FROM ... EXCEPT ...` ASN.1 clause.
+
Revision 0.4.7, released 01-09-2019
-----------------------------------