diff options
author | Ilya Etingof <etingof@gmail.com> | 2017-11-14 12:03:08 +0100 |
---|---|---|
committer | Ilya Etingof <etingof@gmail.com> | 2017-11-14 12:03:08 +0100 |
commit | 06f3eaf8e590358c9dca270ee19496a8e1491cdd (patch) | |
tree | a261ce1632018c842e8c31682bda35a1989bb772 /CHANGES.rst | |
parent | 81865c1e67a33dbfcbb7a8f4ce9cfb12cc093295 (diff) | |
download | pyasn1-git-06f3eaf8e590358c9dca270ee19496a8e1491cdd.tar.gz |
migrated docs and references from sourceforge.net
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 968fb61..e1c9ad0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,6 +17,7 @@ Revision 0.4.1, released XX-10-2017 - Changed `Null` object initialization behaviour: previous default value (`''`) is not set anymore. Thus `Null()` call produces a ASN.1 schema object, while `Null('')` - value object. +- Migrated all docs and references from SourceForge. - Fixed ASN.1 encoder not to omit empty substrate produced for inner component if the inner component belongs to the simple class (as opposed to constructed class). |