Update changelog

This commit is contained in:
Simeon Warner 2020-12-11 08:59:46 -05:00
parent 020866bf64
commit b2c349b943

View File

@ -9,7 +9,7 @@ ResourceSync specification which was standardized as ANSI/NISO Z39.99-2014
v2.0.0 ???
* Drop support Python 2.7
* Rename command line clients: bin/resync -> resync.pl and bin/resync-explorer -> resync-explorer.py
* Drop Python 2.7, 3.3 & 3.4 from tests, add 3.7. Fix various new warnings from 3.7 (more work is required to support 3.8)
* Drop Python 2.7, 3.3 & 3.4 from tests, add 3.7 & 3.8. Fix various new warnings and errors for 3.7 & 3.8
* Switch from pep8 to pycodestyle in tests
* Move libraries to support tests into test/testlib