Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some more entries
  • Loading branch information
lizmat committed May 19, 2015
1 parent b30ef2e commit a552010
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ChangeLog
Expand Up @@ -11,13 +11,17 @@ New in 2015.05
+ .map no longer flattens, map as a listop does. Use .flatmap to get the
old behavior
+ Nil no longer iterates like the empty List. Use Empty instead.
+ @*INC now contains strings (again), rather than CUR objects
+ Deprecations:
+ List/Supply.rotor now *must* have elems and gap specified
+ Fixes:
+ Hashes use much less memory on Moar
+ my $a will begin/enter/leave/keep/undo/first/pre now set $_ properly
+ List.roll(Inf) now knows it's infinite, so is lazy
+ The REPL is strict by default now, that leaves only '-e' lines to be lax
+ Speedups:
+ generating backtraces is now lazy, improving the speed of e.g. warnings
+ bare startup time now below 100 ms on some machines

New in 2015.04
+ Incompatible changes:
Expand Down

0 comments on commit a552010

Please sign in to comment.