From 89203519d6c9abe102cbd531e67e0b9f233b99c4 Mon Sep 17 00:00:00 2001 From: Peter Justin Date: Wed, 17 Mar 2021 17:06:23 +0100 Subject: [PATCH] Update changelog for 1.10.1 --- CHANGES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES b/CHANGES index 8059d7cf..59bde022 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,20 @@ Changelog ========= +Version 1.10.1 +-------------- + +Released 2021-03-17 + +- A ``GoogleCloudStorageCache`` backend has been added to the user contributed + caching backends. PR `#214 `_. +- Fix a regression introduced in the last release which broke all applications + subclassing the ``Cache`` class. +- Add test_generic_get_bytes test case. + PR `#236 `_. +- Various improvements and fixes. + + Version 1.10.0 --------------