diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,8 @@ Core and Builtins 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. |