summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst5
-rw-r--r--docs/templates.rst2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 7ee75a6..9ea7941 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,7 +3,10 @@
Version 3.2.0
-------------
-Unreleased
+Released TBD
+
+- Add support for assigning to namespaced attributes as a part of multi-target
+ assignments :issue:`1413`
Version 3.1.2
diff --git a/docs/templates.rst b/docs/templates.rst
index 7a64750..647aed2 100644
--- a/docs/templates.rst
+++ b/docs/templates.rst
@@ -1665,6 +1665,8 @@ The following functions are available in the global scope by default:
.. versionadded:: 2.10
+ .. versionchanged:: 3.2 Added support for assigning to namespace attributes as a part of multiple assignment
+
Extensions
----------