summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-02-22 17:57:48 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-02-22 18:18:42 -0600
commit7c4a0edbd2db387cdfcb6ad7d0e0a61a15e41cae (patch)
tree9b292f6ab13b3c10c7d26b786ff670834a92003d /HISTORY.md
parent6399848914c16b005435a66b2519ce46fac9404e (diff)
downloadrequests-cache-7c4a0edbd2db387cdfcb6ad7d0e0a61a15e41cae.tar.gz
Fix request normalization for request body with a list as a JSON root
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index ae2b8ee..6b59cec 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,6 +2,7 @@
## 0.9.3 (Unreleased)
* Fix handling BSON serializer differences between pymongo's `bson` and standalone `bson` codec.
+* Fix request normalization for request body with a list as a JSON root
## 0.9.2 (2022-02-15)
* Fix serialization in filesystem backend with binary content that is also valid UTF-8