From 6d9665f8c5e8b0bec3503b924c4e1cf2153cc2c6 2007-05-24 17:28:53 From: vivainio Date: 2007-05-24 17:28:53 Subject: [PATCH] upd changelog --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 3176afb..51a201f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,22 @@ +2007-05-24 Ville Vainio + + * Grand magic cleansing (changeset [2380]): + + * Introduce ipy_legacy.py where the following magics were + moved: + + pdef pdoc psource pfile rehash dhist Quit p r automagic autocall + + If you need them, either use default profile or "import ipy_legacy" + in your ipy_user_conf.py + + * Move sh and scipy profile to Extensions from UserConfig. this implies + you should not edit them, but you don't need to run %upgrade when + upgrading IPython anymore. + + * %hist/%history now operates in "raw" mode by default. To get the old + behaviour, run '%hist -n' (native mode). + 2007-05-23 Ville Vainio * macro.py: %store uses __getstate__ properly