diff options
| author | Ian Foote <python@ian.feete.org> | 2017-04-07 09:44:28 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-01 09:32:44 -0400 |
| commit | 63afe3a2bfaf97fecff6641137a85296029d5b73 (patch) | |
| tree | 2e5a9abdb7665df9a5c6f7c042e85d36e7e60fff /docs | |
| parent | 4b0211dad55fc9d154dd5fc5b0006a647115d75d (diff) | |
Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model state.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.1.txt | 3 |
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`). |
