commit | e9859df7980e87f1dbad63fa22250a2e212327a4 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Dec 13 14:48:13 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Dec 13 14:48:13 2008 +0000 |
tree | 3c9e147232c19816135e69ff7a684e18bfb03742 | |
parent | 358076f3e4251c49ae028b81f031fc9f8287ec28 [diff] [blame] |
Issue 3248: Allow placing ScrolledText in a PanedWindow.
diff --git a/Misc/NEWS b/Misc/NEWS index 435961c..9993666 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -107,6 +107,8 @@ Library ------- +- Issue 3248: Allow placing ScrolledText in a PanedWindow. + - Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to give correct results in the case where one argument is a quiet NaN and the other is a finite number that requires rounding.