Issue #3248: Allow placing ScrolledText in a PanedWindow.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c4b862..070e698 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,8 @@
 Library
 -------
 
+- Issue #3248: Allow placing ScrolledText in a PanedWindow.
+
 - Issue #4444: Allow assertRaises() to be used as a context handler, so that
   the code under test can be written inline if more practical.