summaryrefslogtreecommitdiff
path: root/docs/releases/1.11.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.11.1.txt')
-rw-r--r--docs/releases/1.11.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index 953a6e8889..41f82a0c63 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -27,3 +27,6 @@ Bugfixes
* Restored ``BoundField``\s without any ``choices`` evaluating to ``True``
(:ticket:`28058`).
+
+* Prevented ``SessionBase.cycle_key()`` from losing session data if
+ ``_session_cache`` isn't populated (:ticket:`28066`).