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