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,