X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fnews.rst;h=01607814338ec392a6cccf21bd3c36fe17ad70ea;hb=df4edf45ae38fdde82784de40a95f6f0279f5e89;hp=446418515f7417286cf4d58ea60c68687f1b24f6;hpb=17e573524f4d7b3775c2cb39c8ba5f798e1fe9d1;p=pyderasn.git diff --git a/doc/news.rst b/doc/news.rst index 4464185..0160781 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -1,12 +1,25 @@ News ==== +.. _release7.5: + +7.5 +--- +* Also print full TLVlen in ASN.1 browser + .. _release7.4: 7.4 --- * Fix DEFINED BY pprinting when invoking as __main__ module +* Integer has ``tohex()`` for getting hexadecimal representation of its value +* ``hexdump()`` (``hexdump -C`` like output) and ``ascii_visualize()`` + (visualize ASCII printable characters, like in ``hexdump -C``) pretty + printing functions appeared +* Experimental ASN.1 interactive terminal browser (``--browse`` and + ``pyderasn.browse``). + You will need `urwid package `__ to use it .. _release7.3: