From 8cdb3c3cda456bb0ceae81dd27f716cee171f45d 2008-01-19 20:13:15 From: walter.doerwald Date: 2008-01-19 20:13:15 Subject: [PATCH] Add missing ChangeLog entry. --- 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