summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0dfb969..ba2f679 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,11 @@ Extension modules
Library
+- Tix exposes more commands through the classes DirSelectBox,
+ DirSelectDialog, ListNoteBook, Meter, CheckList, and the
+ methods tix_addbitmapdir, tix_cget, tix_configure, tix_filedialog,
+ tix_getbitmap, tix_getimage, tix_option_get, and tix_resetoptions.
+
- Traceback objects are now scanned by cyclic garbage collection, so
cycles created by casual use of sys.exc_info() no longer cause
permanent memory leaks (provided garbage collection is enabled).