From 060b005cb490c65402e5b2046625b48a8aba0ab8 2007-12-30 22:53:02 From: vivainio Date: 2007-12-30 22:53:02 Subject: [PATCH] update changelog --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 2fe045e..dc9339a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,18 @@ +2007-12-31 Ville Vainio + + * completer.py: custom completer matching is now case sensitive + (#207). + + * ultraTB.py, iplib.py: Add some KeyboardInterrupt catching in + an attempt to prevent occasional crashes. + + * CrashHandler.py: Crash log dump now asks user to press enter + before exiting. + + * Store _ip in user_ns instead of __builtin__, enabling safer + coexistence of multiple IPython instances in the same python + interpreter (#197). + 2007-12-28 Ville Vainio * ipy_server.py: TCP socket server for "remote control" of an IPython