From 7b94fc96f8037336dd981c5e7afd8e17d34acaa3 Mon Sep 17 00:00:00 2001 From: Carl Masak Date: Thu, 18 Nov 2010 22:46:58 +0100 Subject: [PATCH] [docs/ChangeLog] updated Condensed the git log down to these things. --- docs/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index ceba114fe83..89cd2db6280 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -4,6 +4,11 @@ New in 2010.11 release + 5x speedup of .trans + various improvements to Set + don't use deprecated charset ops anymore ++ Bool.Bool and Bool.so now return False ++ implemented &elems ++ improved error for Date.new(Str) ++ improvement on hyperoperators ++ indexings like .[0 .. *-1] work now New in 2010.10 release + True and False now stringify according to the specification