diff --git a/doc/ChangeLog b/doc/ChangeLog index a8bce70..e77c172 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2006-05-26 Fernando Perez + * IPython/ipmaker.py (make_IPython): modify sys.argv fix (below) + so that it doesn't break tkinter apps. + * IPython/iplib.py (_prefilter): fix bug where aliases would shadow variables when autocall was fully off. Reported by SAGE author William Stein.