From 612bcf3d6f1824bf6b82ba8efc286a62c9c4028f Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Thu, 14 May 2009 17:09:22 +0200 Subject: [PATCH] [docs] ChangeLog updates --- docs/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index 1cccd74dae3..ea3025568a0 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,4 +1,6 @@ New in 2009-05 release ++ Basic support for custom operators ++ You can now refer to operators as &infix:<+> + Implemented Regex type + Fixed non-ASCII identifiers + .WALK (parent classes in configurable order) @@ -6,6 +8,9 @@ New in 2009-05 release + .name method on routines + refactored enums, thereby fixing many enum related bugs + fixed namespace of eval()ed code ++ implemented parallel dispatch (@objects>>.methods) ++ initial support for «...» quotes ++ Reading text files decodes them + fixes to Match.perl and Match.chunks + implemented 'constant name = $value' + documented build dependencies