summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-07-22 22:58:10 +0200
committerIlya Etingof <etingof@gmail.com>2017-07-22 22:58:10 +0200
commit665843a9e0ca8149f423442bdd4f5679d128f672 (patch)
treeba4ee65a4472b3a57b004ef3cb2f4841e5ec2a24 /CHANGES.rst
parent021c5e404a0ae3aedaa707c2a421ec18613251fa (diff)
downloadpyasn1-git-665843a9e0ca8149f423442bdd4f5679d128f672.tar.gz
.subtypeSpec and .sizeSpec refactored into a read-only attributes
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d735867..fafd7a2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,7 +22,8 @@ Revision 0.3.1, released XX-07-2017
read-only on instances.
- Sequence/Set DER/CER/DER decoder optimized to skip the case of
reordered components handling when not necessary.
-- Tags and constraints-related getter methods refactored into descriptors/properties.
+- Tags and constraints-related getter methods refactored into read-only
+ instance attributes.
- The .hasValue() method refactored into .isValue property. All ASN.1
objects now support them, not just scalars.
- The Real.{isInfinity, isPlusInfinity, isMinusInfinity} methods