diff --git a/CHANGES.rst b/CHANGES.rst index 7ee75a6a7..9ea7941a1 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 7a64750be..647aed208 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 ----------