summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/idlelib/News3.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt
index cf6a97b..5885a8e 100644
--- a/Lib/idlelib/News3.txt
+++ b/Lib/idlelib/News3.txt
@@ -4,7 +4,11 @@ Released after 2022-10-24
=========================
+gh-57795: Enter selected text into the Find box when opening
+a Replace dialog. Patch by Roger Serwy and Zackery Spytz.
+
gh-113269: Fix test_editor hang on macOS Catalina.
+Patch by Terry Reedy.
gh-112939: Fix processing unsaved files when quitting IDLE on macOS.
Patch by Ronald Oussoren and Christopher Chavez.