* Fix a bug (9): two's complement corner case with values such as -32769. Add new test cases to test them.
2.1.0
------------------
* Add more documentation * Use (simulated) enumerations * Add Python 2.6 in automated checks and tests * Add type hints (for static checking) and fix some code
2.0.0
------------------
* First public release by Sebastien Andrivet * Support both python 2 and 3 (with Python-Future) * All strings are now in unicode * Add more ASN.1 tags (like PrintableString) * Fix errors in the example (dump.py) * Code reorganization