diff --git a/doc/ChangeLog b/doc/ChangeLog index 03ba9b4..501b306 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,4 @@ -2007-16-6 Ville Vainio +2007-11-06 Ville Vainio * Prompts.py: Do not update _oh and _123 when do_full_cache is not true. Closes #194. @@ -13,6 +13,11 @@ * iplib.py(user_setup): To route around buggy installations where UserConfig is not available, create a minimal _ipython. + * iplib.py: Unicode fixes from Jorgen. + + * genutils.py: Slist now has new method 'fields()' for extraction of + whitespace-separated fields from line-oriented data. + 2007-10-15 Fernando Perez * IPython/OInspect.py (Inspector.pinfo): fix bug that could arise