diff --git a/doc/ChangeLog b/doc/ChangeLog index 01016ef..953b772 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,15 @@ +2006-12-13 Fernando Perez + + * IPython/Shell.py (IPShellWX): update for current WX naming + conventions, to avoid a deprecation warning with current WX + versions. Thanks to a report by Danny Shevitz. + +2006-12-12 Ville Vainio + + * ipmaker.py: apply david cournapeau's patch to make + import_some work properly even when ipythonrc does + import_some on empty list (it was an old bug!). + 2006-12-12 Ville Vainio * ipmaker.py: apply david cournapeau's patch to make