Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some more ChangeLog updates
  • Loading branch information
lizmat committed Dec 18, 2014
1 parent f8267f2 commit 4dfc29f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/ChangeLog
@@ -1,6 +1,6 @@
New in 2014.12
+ Flakiness on OS X has been fixed
+ Increase/Decrease removed, were deprecated 1+ year
+ Support for Increase/Decrease, bless(*,...) removed, were deprecated 1+ year
+ Method FALLBACK implemented
+ $str ~~ s/// now returns a Match or list of Matches
+ Updated List smart-matching to latest design
Expand All @@ -12,6 +12,9 @@ New in 2014.12
+ Support for closure parameter signatures
+ Implemented chained sequences
+ Implemented longest literal LTM tie-breaker
+ Calling "close" on a Supply will now close all of its taps
+ Added "extension" method to IO::Path
+ Fixed bare "slurp", it was broken in 2014.11 or before

New in 2014.11
+ using a constant negative subscript now dies at compile time
Expand Down

0 comments on commit 4dfc29f

Please sign in to comment.