From: Sergey Matveev Date: Wed, 14 Feb 2018 07:00:40 +0000 (+0300) Subject: Mention termcolor library X-Git-Tag: 3.0^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=b6cf347e3945ba2f47630dec4f66d72771a48b4f Mention termcolor library --- diff --git a/doc/news.rst b/doc/news.rst index ab752f4..5a8f718 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -8,7 +8,8 @@ News * :py:func:`pyderasn.decode_path_defby` is replaced with :py:class:`pyderasn.DecodePathDefBy` * Ability to turn colourized terminal output by calling - ``pprint(..., with_colours=True)`` + ``pprint(..., with_colours=True)``. You will need + `termcolor package `__ .. _release2.1: