From b440934284531ee7cef6bb02b4fc083eb3c67d21 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Tue, 17 Mar 2015 10:23:03 +0000 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index d248de535..d8f5c6b48 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,7 +8,7 @@ Enhancements * Apptools now have a changelog! * Preferences system defaults to utf-8 encoded string with ConfigObj providing - better support for unicode in the PreferenceHelper (#45). + better support for unicode in the PreferenceHelper (#41, #45). * Added a traitsified backport of Python 3's lru_cache (#39). * Added PyTables support to the io submodule (#19, #20, and #24 through #34). * Added a SelectionService for managing selections within an application (#15, #16, #17,