Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update ChangeLog
  • Loading branch information
moritz committed Feb 12, 2012
1 parent 6810cc6 commit c96ad7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/ChangeLog
Expand Up @@ -8,7 +8,7 @@ New in 2012.02
+ /<x>/ can call a predeclared lexical regex x
+ conjugate is now called conj
+ enumeration values .gist to just the key, not the full name
+ <!> fixed
+ <!> in regexes fixed
+ implemented Match.make(...) method
+ better error reporting for improper use of nextsame and friends
+ compile time error reporting when $!x and $.x are used in the wrong places
Expand All @@ -23,6 +23,10 @@ New in 2012.02
+ various range iteration fixes; Num ranges now produce Num lists
+ LHS of the xx operator is now thunked
+ can now declare state/constant/our in regexes (before, only :my worked)
+ improved backtraces
+ catch constructs that require an invocant but don't have one
+ catch uses of virtual method calls in submethods and attribute initializers
+ improved parsing and performance of reduction meta operators

New in 2012.01
+ -c command line option re-implemented
Expand Down

0 comments on commit c96ad7d

Please sign in to comment.