diff --git a/doc/ChangeLog b/doc/ChangeLog index e0c5878..337593a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2008-01-19 Walter Doerwald + + * IPython/Extensions/ibrowse.py, IPython/Extensions/igrid.py: + The input object can now be passed to the constructor of ibrowse/igrid. + This makes it possible to use them with objects that implement __or__. + 2008-01-19 Ville Vainio * hooks.py, iplib.py: Added 'shell_hook' to customize how