summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-02-04 23:34:36 +0100
committerIlya Etingof <etingof@gmail.com>2017-02-04 23:34:36 +0100
commit3fee03b393ee6a6e7e0baf70e54ce5ae7f7e42c1 (patch)
treeb63d399c3d7a029d04ba86c7bc878e52b914446a
parentfdfb577301ae1a186c7a3c1096ca3fa4717dd7cf (diff)
downloadpyasn1-git-3fee03b393ee6a6e7e0baf70e54ce5ae7f7e42c1.tar.gz
note Sphinx docv0.2.1
-rw-r--r--CHANGES.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 204763f..30b688a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,7 @@ Revision 0.2.1, released 05-02-2017
- FIX TO A SECURITY WEAKNESS: BER decoder improperly cached long tags.
- New "native" codec implemented to transform pyasn1 types to Python built-in types and back.
- Switched to new-style classes.
+- Sphinx documentation added.
- BitString improvements:
* simple string of binary digits is now supported as initializer