diff --git a/doc/ChangeLog b/doc/ChangeLog index 4e13d6d..d98bf30 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -10,12 +10,6 @@ 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 - import_some work properly even when ipythonrc does - import_some on empty list (it was an old bug!). - * UserConfig/ipy_user_conf.py, UserConfig/ipythonrc: Add deprecation note to ipythonrc and a url to wiki in ipy_user_conf.py @@ -26,6 +20,11 @@ as IPython script. * example-magic.py, magic_grepl.py: remove outdated examples + +2006-12-11 Fernando Perez + + * IPython/iplib.py (debugger): prevent a nasty traceback if %debug + is called before any exception has occurred. 2006-12-08 Ville Vainio