diff --git a/doc/ChangeLog b/doc/ChangeLog index ab91bf5..35a9bb4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,9 @@ 2006-11-03 Fernando Perez + * IPython/irunner.py (main): modified irunner so it automatically + recognizes the right runner to use based on the extension (.py for + python, .ipy for ipython and .sage for sage). + * IPython/iplib.py (InteractiveShell.ipconfig): new builtin, also visible in ipapi as ip.config(), to programatically control the internal rc object. There's an accompanying %config magic for