summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Foote <python@ian.feete.org>2017-04-07 09:44:28 +0100
committerTim Graham <timograham@gmail.com>2017-05-01 09:32:44 -0400
commit63afe3a2bfaf97fecff6641137a85296029d5b73 (patch)
tree2e5a9abdb7665df9a5c6f7c042e85d36e7e60fff /docs
parent4b0211dad55fc9d154dd5fc5b0006a647115d75d (diff)
Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model state.
Diffstat (limited to 'docs')
-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 1d0b70f76b..b396ec70ae 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -69,3 +69,6 @@ Bugfixes
* Fixed crash in ``BaseGeometryWidget.get_context()`` when overriding existing
``attrs`` (:ticket:`28105`).
+
+* Prevented ``AddIndex`` and ``RemoveIndex`` from mutating model state
+ (:ticket:`28043`).