summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-02-15 15:08:51 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-02-15 15:08:52 -0600
commit35aecf2fdc056c69699850e4a6777f30ed4588e7 (patch)
tree1f37e0797a9bea83ebd90c88164337f4de90bf38 /HISTORY.md
parent9b0668807ccb6bfcfbc2de5144dfff03db9d45d1 (diff)
downloadrequests-cache-35aecf2fdc056c69699850e4a6777f30ed4588e7.tar.gz
Fix handling BSON serializer differences between pymongo's bson and standalone bson codec.
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 7a4027a..ae2b8ee 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,8 @@
# History
+## 0.9.3 (Unreleased)
+* Fix handling BSON serializer differences between pymongo's `bson` and standalone `bson` codec.
+
## 0.9.2 (2022-02-15)
* Fix serialization in filesystem backend with binary content that is also valid UTF-8
* Fix some regression bugs introduced in 0.9.0: