diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-03-30 13:39:27 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-03-30 13:39:27 -0400 |
commit | f51a3d9cb4d159c099d3b84405813c01af818f69 (patch) | |
tree | 7b9d96cd7beb5d0a76515d910d5c1d0a9c2337cd /CHANGELOG | |
parent | 796fcbf230f818cd1254a0dbaef7bb688b514596 (diff) |
Added to README.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7. * PageElement now implements the known_xml attribute. (This was technically a bug, but it shouldn't be an issue in normal use.) [bug=2007895] +* Added a tox.ini file to make it easier to run the test suite against all + supported versions of Python. = 4.12.0 (20230320) |