summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS.md2
-rw-r--r--HISTORY.md1
2 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 0a5027e..e72c11d 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -14,6 +14,7 @@ contributions that have helped to improve requests-cache:
* [Dragon Dave McKee](https://github.com/scraperdragon)
* [Edward Betts](https://github.com/EdwardBetts)
* [Elan Ruusamäe](https://github.com/glensc)
+* [Erik Körner](https://github.com/Querela)
* [FemtoTrader](https://github.com/femtotrader)
* [Florian Demmer](https://github.com/fdemmer)
* [GDR](https://github.com/gjedeer)
@@ -53,6 +54,7 @@ contributions that have helped to improve requests-cache:
* [Slin Lee](https://github.com/slinlee)
* [Stavros Korokithakis](https://github.com/skorokithakis)
* [Willem de Groot](https://github.com/gwillem)
+* [witionstheme](https://github.com/witionstheme)
* [Wouter Vanden Hove](https://github.com/WouterVH)
* [YetAnotherNerd](https://github.com/YetAnotherNerd)
* [ごろごろうまる](https://github.com/gorogoroumaru)
diff --git a/HISTORY.md b/HISTORY.md
index b99499d..e8cc676 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,6 +2,7 @@
## 0.7.2 (2021-07-TBD)
* Add support for `Response.next` when 302 responses are cached directly
+* Add a `CachedResponse.cache_key` attribute
* Make `CachedResponse` a non-slotted class to allow client code to set arbitrary attributes on it
## 0.7.1 (2021-07-09)