File tree 2 files changed +22
-3
lines changed
2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog #
2
2
3
- ## Development ##
3
+ ## 3.2.0 -- 2020-07-29 ##
4
+
5
+ ### News ###
6
+
7
+ * This will be the last release supporting Python 2.7, 3.5, and the PyCrypto
8
+ backend.
9
+
10
+ ### Bug fixes and Improvements ###
11
+
12
+ * Use hmac.compare_digest instead of our own constant_time_string_compare #163
13
+ * Fix ` to_dict ` output, which should always be JSON encodeable. #139 and #165
14
+ (fixes #127 and #137 )
15
+ * Require setuptools >= 39.2.0 #167 (fixes #161 )
16
+ * Emit a warning when verifying with a private key #168 (fixes #53 and #142 )
17
+ * Avoid loading python-ecdsa when using the cryptography backend, and pinned
18
+ python-ecdsa dependency to <0.15 #178
19
+
20
+ ### Housekeeping ###
21
+
22
+ * Fixed some typos #160 , #162 , and #164
23
+
4
24
5
- * Fix ` to_dict ` output, which should always be JSON encodeable. #139 (fixes #127 and #137 )
6
25
7
26
## 3.1.0 -- 2019-12-10 ##
8
27
Original file line number Diff line number Diff line change 1
1
2
- __version__ = "3.1 .0"
2
+ __version__ = "3.2 .0"
3
3
__author__ = 'Michael Davis'
4
4
__license__ = 'MIT'
5
5
__copyright__ = 'Copyright 2016 Michael Davis'
You can’t perform that action at this time.
0 commit comments