]> Cypherpunks.ru repositories - pyderasn.git/blob - doc/news.rst
Ability to specify defines_by_path during command line invocation
[pyderasn.git] / doc / news.rst
1 News
2 ====
3
4 .. _release1.5:
5
6 1.5
7 ---
8 * Generic decoder's scheme and pretty printer
9   (:py:func:`pyderasn.generic_decoder`) can be used in libraries.
10 * Ability to specify :ref:`defines_by_path <defines_by_path_kwarg>`
11   during command line invocation.
12
13 .. _release1.4:
14
15 1.4
16 ---
17 Ability to automatically decode :ref:`DEFINED BY <definedby>` fields
18 inside SEQUENCEs.
19
20 .. _release1.3:
21
22 1.3
23 ---
24 Removed ``__lt__``/``__eq__`` from base class, as pylint likes it.
25
26 .. _release1.2:
27
28 1.2
29 ---
30 Full rich comparison operators added.
31
32
33 .. _release1.1:
34
35 1.1
36 ---
37 Trivial README addition.
38
39 .. _release1.0:
40
41 1.0
42 ---
43 Initial release.