summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS.md1
-rw-r--r--HISTORY.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 20e7962..d4097d7 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -43,6 +43,7 @@ contributions that have helped to improve requests-cache:
* [Nathan Cahill](https://github.com/nathancahill)
* [Nick](https://github.com/kousu)
* [Olivier Dalang](https://github.com/olivierdalang)
+* [Parker Hancock](https://github.com/parkerhancock)
* [Paul Furley](https://github.com/paulfurley)
* [Philipp A.](https://github.com/flying-sheep)
* [Sebastian Höffner](https://github.com/shoeffner)
diff --git a/HISTORY.md b/HISTORY.md
index 1958c5b..94b4f88 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -37,6 +37,7 @@
* Add support for caching multipart form uploads
* Update `BaseCache.urls` to only skip invalid responses, not delete them
* Update `old_data_on_error` option to also handle error response codes
+* Update `ignored_parameters` to also exclude ignored request params, body params, or headers from cached response data (to avoid storing API keys or other credentials)
* Only log request exceptions if `old_data_on_error` is set
* Fix some compatibility issues with `requests 2.17` and `2.18`
* Add minimum `requests` version of `2.17`