Skip to content

Commit 29417f1

Browse files
committed
Update doc
1 parent bc42456 commit 29417f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
2.4.0 (2020-06-23)
5+
6+
* Fix #21 - Invalid decoding in non-Universal classes
7+
* Fix #57 - Invalid encoding of non-Universal classes
8+
49
2.3.1 (2020-04-06)
510
------------------
611

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.7 and 3.5+.
5050
Features
5151
========
5252

53-
- Support BER (parser) and DER (parser and generator) encoding
53+
- Support BER (parser) and DER (parser and generator) encoding (except indefinite lengths)
5454
- 100% python, compatible with version 2.7, 3.5 and higher
5555
- Can be integrated by just including a file into your project
5656

0 commit comments

Comments
 (0)