summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-02-15 13:00:37 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-02-15 13:10:08 -0600
commit7f64c17aa074628678515d21cf9b18fc86c4c197 (patch)
tree4ea83975c11fca6df9cdbe89e8e20c94ab3a7834 /HISTORY.md
parent1f5d6f6ff180e4755e8ac1a69b646a33e2259b23 (diff)
downloadrequests-cache-7f64c17aa074628678515d21cf9b18fc86c4c197.tar.gz
Update changelog and contributors
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/HISTORY.md b/HISTORY.md
index b3e9a0c..1d80b30 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,8 +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.2 (2022-02-15)
+Fix some regression bugs introduced in 0.9.0:
+* Add support `params` as a positional argument to `CachedSession.request()`
+* Add support for disabling expiration for a single request with `CachedSession.request(..., expire_after=-1)`
## 0.9.1 (2022-01-15)
* Add support for python 3.10.2 and 3.9.10 (regarding resolving `ForwardRef` types during deserialization)