summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-11-04 00:02:01 +0100
committerGitHub <noreply@github.com>2019-11-04 00:02:01 +0100
commitc42c23e62f55910f73acc9777e5a7777a3987427 (patch)
treec0ea5be491d00e8f42734d1f8c7909909cfb63b3 /CHANGES.rst
parent40d5a7f27b8f56e103cdc83d3a294f02c5eb1496 (diff)
downloadpyasn1-git-c42c23e62f55910f73acc9777e5a7777a3987427.tar.gz
Allow combining constraints operating on sets (#181)
Added ability of combining `SingleValueConstraint` and `PermittedAlphabetConstraint` objects into one for proper modeling `FROM ... EXCEPT ...` ASN.1 clause.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ef005ff..9b4c3af 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,9 @@
Revision 0.4.8, released XX-09-2019
-----------------------------------
-No changes yet.
+- 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
-----------------------------------