summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-02-13 10:59:44 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-02-13 11:09:37 -0600
commitfea0eff7129cbca74b44cdfd4e2fb845e74aa7c8 (patch)
tree15222bc4ba7850b8036880d306477680ff37a8eb /HISTORY.md
parent941c1012eb937a4b60bb16ee76e97cbe9eb48104 (diff)
downloadrequests-cache-fea0eff7129cbca74b44cdfd4e2fb845e74aa7c8.tar.gz
Update changelog, contributors, and dependencies
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 3ebee69..b3e9a0c 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,9 @@
# History
+## 0.9.2 (Unreleased)
+* Support `params`, `data`, and `json` as positional arguments to `CachedSession.request()` (fixes
+ regression in `0.9.0`)
+
## 0.9.1 (2022-01-15)
* 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)