Skip to content

Commit

Permalink
Couple more ChangeLog items.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 23, 2010
1 parent 245b4fe commit afd65e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/ChangeLog
Expand Up @@ -11,13 +11,15 @@ New in 2010.07 release
+ implemented 'is rw' trait on classes
+ file tests now work through IO, ie. 'README'.IO ~~ :e
+ generic, multi-level Whatever-currying (eg grep !(* % 2), @list)
+ improved error reporting in many cases
+ improved error reporting in many cases, especially multi-method dispatch
+ implemented backtracking into capturing groups and subrules
+ phasers refactored, they can now return results and see the setting
+ custom circumfix operators
+ basic .wrap and .unwrap implementation
+ weighted Hash.pick
+ .perl on custom classes now dumps attributes
+ Basic implementation of the ==> and <== feed operators
+ Int ~~ Num is no longer true, as per spec; use Numeric instead

New in 2010.06 release
+ new list model with immutable iterators, lots of fixes to lists and arrays
Expand Down

0 comments on commit afd65e7

Please sign in to comment.