summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-02-24 11:32:02 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2021-02-24 11:36:52 +0100
commit130eb4ed937b2b059efd3ee798fd63d091ef23b7 (patch)
tree1b1a08320bd0e1b6ccbf74318079de153c0f551e
parenteb6ddb6e3ec5cf3a512f1854adb6ed1ad318ea4e (diff)
downloadrsa-git-130eb4ed937b2b059efd3ee798fd63d091ef23b7.tar.gz
Add pickling fix to CHANGELOG
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d097949..4d6fbe2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Python-RSA changelog
+## Version 4.7.2 - in development
+
+- Fix picking/unpickling issue introduced in 4.7
+ ([#173](https://github.com/sybrenstuvel/python-rsa/issues/173)
+
## Version 4.7.1 - released 2021-02-15
- Fix threading issue introduced in 4.7 ([#173](https://github.com/sybrenstuvel/python-rsa/issues/173)