summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4472d2..b5a79cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+New in 1.6.1
+------------
+
+ * Deprecate Jerasure support
+ * Use Py_ssize_t when calling PyArg_Parse
+ * Test against Python 3.8 - 3.10
+ * Use the Python Stable ABI; abi3 wheels may now be built with
+
+ python setup.py bdist_wheel --py-limited-api=cp35
+
+ * Various other minor bugs fixes and improvements
+
New in 1.6.0
------------