Skip to content

Commit

Permalink
Some ChangeLog updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 21, 2012
1 parent d4c8e6d commit 0e8d1a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ChangeLog
@@ -1,6 +1,6 @@
New in 2012.06
+ Rakudo is now compiled with the same regex engine as user-space regexes use
+ transitive longest-token matching in proto regexes
+ transitive longest-token matching in protoregexes
+ changed the output of Match.gist
+ string to number conversion now fails for non-numbers
+ string to number conversion now recognizes radix notation
Expand All @@ -14,6 +14,7 @@ New in 2012.06
+ longest token matching with alternations
+ require with argument list
+ compile time errors in loaded modules now show a module loading backtrace
+ improved list and .map handling

New in 2012.05
+ meta ops //=, ||= and &&= now short-circuit properly
Expand Down

0 comments on commit 0e8d1a1

Please sign in to comment.