From 55aeb0ac6bd62c6bcdad08afb4f7e7e81b58338f Mon Sep 17 00:00:00 2001 From: Alessio <148966056+alessio-locatelli@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:59:19 +0300 Subject: [PATCH] docs: add a changelog --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 9ae3209..1cafea5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.12.2 (unreleased) + +- Fixed a regression in `v0.12.0` when the `request_info` property was unavailable on a cached response. + ## 0.12.1 (2024-10-02) - Fixed `get_encoding()` access after unpickling. (#256)