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-19 11:20:49 -0600
commit4ab1d4b707c6cf3c22a673b507f36aa51852c11b (patch)
tree0cbf0b604ff7166435c63b945313bd205315d83b /HISTORY.md
parent8823984eece657d29320c78ee15b7752f9dfcd90 (diff)
downloadrequests-cache-master.tar.gz
Update changelog, bump dev dependencies, and bump versionmaster
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