Skip to content

Commit 4dafa93

Browse files
committed
Update change log and some other text files
1 parent 015c029 commit 4dafa93

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

AUTHORS.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The following people have contributed to Python-ASN1. Collectively they own the
66

77
* Geert Jansen <[email protected]>
88
* Sebastien Andrivet <[email protected]>
9-
* Finian Blackett <[email protected]>
9+

CHANGELOG.rst

+20
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
Changelog
22
=========
33

4+
2.3.0 (2020-04-05)
5+
------------------
6+
7+
* Tests: Replace nose by pytest
8+
* Add Python 3.8, remove Python 3.4 support
9+
* PR#26 (from rumbah): Add test for default (implicit) encoding types
10+
* PR#25 (from thomwiggers): Attempt to support BIT STRING
11+
* Fix wrong example code, see #27
12+
* (from jcrowgey) Makes the package usable with pip install
13+
* Remove support of Python 3.3 (some dependencies do not support 3.3)
14+
* PR#15 (from ThePlasmaRailgun) Fix parsing of object identifier
15+
* PR#10 (from robinleander): Allow user to determine decoding tagtype
16+
17+
18+
2.2.0 (2017-10-30)
19+
------------------
20+
21+
* Use "true" enums instead of classes. Use enun34 backport for old Python versions.
22+
423
2.1.1 (2017-10-30)
24+
------------------
525

626
* Fix a bug (#9): two's complement corner case with values such as -32769. Add new test cases to test them.
727

README.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
:alt: Coverage Status
2323
:target: https://codecov.io/github/andrivet/python-asn1
2424

25-
.. |coveralls| image:: https://coveralls.io/repos/github/andrivet/python-asn1/badge.svg?branch=master
26-
:alt: Coverage Status
27-
:target: https://coveralls.io/github/andrivet/python-asn1?branch=master
28-
2925
.. |version| image:: https://img.shields.io/pypi/v/asn1.svg?style=flat
3026
:alt: PyPI Package latest release
3127
:target: https://pypi.org/project/asn1/
@@ -49,7 +45,7 @@
4945
Overview
5046
========
5147

52-
Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.6+ and 3.3+.
48+
Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.7 and 3.5+.
5349

5450
Features
5551
========

0 commit comments

Comments
 (0)