summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-01-19 11:16:23 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-01-29 12:56:34 -0600
commitd9419964120226cf63ee08e6434609c39f70856c (patch)
tree434f74cec5fc56c3f7b11be03117b67e0fec4467 /HISTORY.md
parent8823984eece657d29320c78ee15b7752f9dfcd90 (diff)
downloadrequests-cache-d9419964120226cf63ee08e6434609c39f70856c.tar.gz
Update changelog, bump dev dependencies, and bump version
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 95ea7b6..3ebee69 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,7 +1,7 @@
# History
## 0.9.1 (2022-01-15)
-* Add support for python 3.10.2 (regarding resolving `ForwardRef` types during deserialization)
+* Add support for python 3.10.2 and 3.9.10 (regarding resolving `ForwardRef` types during deserialization)
* Add support for key-only request parameters (regarding hashing request data for cache key creation)
* Reduce verbosity of log messages when encountering an invalid JSON request body