Skip to content

Commit

Permalink
Update change log and some other text files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrivet committed Apr 5, 2020
1 parent 015c029 commit 4dafa93
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Expand Up @@ -6,4 +6,4 @@ The following people have contributed to Python-ASN1. Collectively they own the

* Geert Jansen <geert@boskant.nl>
* Sebastien Andrivet <sebastien@andrivet.com>
* Finian Blackett <finian.blackett@gmail.com>

20 changes: 20 additions & 0 deletions CHANGELOG.rst
@@ -1,7 +1,27 @@
Changelog
=========

2.3.0 (2020-04-05)
------------------

* Tests: Replace nose by pytest
* Add Python 3.8, remove Python 3.4 support
* PR#26 (from rumbah): Add test for default (implicit) encoding types
* PR#25 (from thomwiggers): Attempt to support BIT STRING
* Fix wrong example code, see #27
* (from jcrowgey) Makes the package usable with pip install
* Remove support of Python 3.3 (some dependencies do not support 3.3)
* PR#15 (from ThePlasmaRailgun) Fix parsing of object identifier
* PR#10 (from robinleander): Allow user to determine decoding tagtype


2.2.0 (2017-10-30)
------------------

* Use "true" enums instead of classes. Use enun34 backport for old Python versions.

2.1.1 (2017-10-30)
------------------

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

Expand Down
6 changes: 1 addition & 5 deletions README.rst
Expand Up @@ -22,10 +22,6 @@
:alt: Coverage Status
:target: https://codecov.io/github/andrivet/python-asn1

.. |coveralls| image:: https://coveralls.io/repos/github/andrivet/python-asn1/badge.svg?branch=master
:alt: Coverage Status
:target: https://coveralls.io/github/andrivet/python-asn1?branch=master

.. |version| image:: https://img.shields.io/pypi/v/asn1.svg?style=flat
:alt: PyPI Package latest release
:target: https://pypi.org/project/asn1/
Expand All @@ -49,7 +45,7 @@
Overview
========

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

Features
========
Expand Down

0 comments on commit 4dafa93

Please sign in to comment.