X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fnews.rst;h=b66d171e0c25723b2e115a311a91d8b0b6910bc1;hb=357b330105dcecde29121a6bc203d58c6a91eb78;hp=8e821205dafc40701f860e62f10c015c2a978ac2;hpb=a58ad9185841958da6b539def1458450a2b68d31;p=pyderasn.git diff --git a/doc/news.rst b/doc/news.rst index 8e82120..b66d171 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -1,6 +1,28 @@ News ==== +.. _release3.7: + +3.7 +--- +* BER decoding support +* BitString's ''H notation support +* ``termcolor`` package is included in the tarball + +.. _release3.6: + +3.6 +--- +* Ability to set values during Sequence initialization. + +.. _release3.5: + +3.5 +--- +* Fix TagMismatch exception completeness during Choice and Set decoding. + Previously we will loose offset and decode_path information about + concrete TagMismatched entity. + .. _release3.4: 3.4 @@ -39,7 +61,7 @@ News :py:class:`pyderasn.DecodePathDefBy` * Ability to turn colourized terminal output by calling ``pprint(..., with_colours=True)``. You will need - `termcolor package `__ + `termcolor package `__ .. _release2.1: