diff --git a/CHANGES b/CHANGES index 4bc0cf3133b..e88dc6a23c0 100644 --- a/CHANGES +++ b/CHANGES @@ -16,7 +16,7 @@ Features added Bugs fixed ---------- -* #10031: pycode: Fix spurious whitespace in unparsing various operators (``+``, +* #10031: py domain: Fix spurious whitespace in unparsing various operators (``+``, ``-``, ``~``, and ``**``). Patch by Adam Turner. Testing