summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 69d944a..290c988 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -673,6 +673,9 @@ Build
Tools/Demos
-----------
+- Issue #18457: Fixed saving of formulas and complex numbers in
+ Tools/demo/ss1.py.
+
- Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
FĂ©vry Thibault.