summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2022-12-13 16:27:16 -0600
committerJordan Cook <jordan.cook.git@proton.me>2022-12-13 16:27:49 -0600
commitef32376a4b1001a316eb87ce9e708630ccd7bfd9 (patch)
treef7ab6b06f7b0a847f339fe74e10b69e92b1a4902 /HISTORY.md
parent01e9ba6d04c85157a6fa089ad5f49450270cf610 (diff)
downloadrequests-cache-ef32376a4b1001a316eb87ce9e708630ccd7bfd9.tar.gz
Update to flake8 v6
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 040c0f1..7737f56 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -142,7 +142,7 @@ If you encounter a problem not listed here after updating to 1.0, please create
* Internal utility module changes:
* The `cache_control` module (added in `0.7`) has been split up into multiple modules in a new `policy` subpackage
-## 0.9.7 (2022-10-26)
+### 0.9.7 (2022-10-26)
Backport compatibility fixes from 1.0:
* **PyInstaller:** Fix potential `AttributeError` due to undetected imports when requests-cache is bundled in a PyInstaller package
* **requests-oauthlib:** Add support for header values as bytes for compatibility with OAuth1 features
@@ -158,7 +158,7 @@ Add the following for forwards-compatibility with 1.0:
* `BaseCache.filter()`
* `CachedSession.settings`
-## 0.9.6 (2022-08-24)
+### 0.9.6 (2022-08-24)
Backport fixes from 1.0:
* Remove potentially problematic row count from `BaseCache.__str__()`
* Remove upper version constraints for all non-dev dependencies