diff --git a/doc/ChangeLog b/doc/ChangeLog index e0eba21..d17e87a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-02-07 Ville Vainio + + * iplib.py: don't split "f 1 2" to "f(1,2)" in autocall, + instead use "f(1 2)" as before. + 2006-02-05 Fernando Perez * IPython/demo.py (IPythonDemo): Add new classes to the demo