Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some ChangeLog entries
  • Loading branch information
lizmat committed May 6, 2015
1 parent 51ccca9 commit af823c9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/ChangeLog
@@ -1,12 +1,20 @@
New in 2015.05
+ Features
+ Features:
+ NFG, NFC, NFD
+ List/Supply.rotor expects a list of Pairs (elems|elems => gap)
+ implemented unicode property pairs with explicit arguments
+ Implemented unicode property pairs with explicit arguments
+ Normal stacktraces no longer include references to code in settings
+ RAKUDO_BACKTRACE_SETTING to *do* include code in settings
+ RAKUDO_VERBOSE_STACKFRAME environment variable shows source lines
+ Incompatible changes:
+ hashes no longer maintain insert order on Moar (on JVM they never did)
+ .map no longer flattens, map as a listop does
+ Deprecations
+ Deprecations:
+ List/Supply.rotor now *must* have elems and gap specified
+ Fixes:
+ Hashes yse much less memory on Moar
+ my $a will enter/leave/keep/undo/fist/pre now set $_ properly
+ List.roll(Inf) now knows it's infinite, so is lazy

New in 2015.04
+ Incompatible changes:
Expand Down

0 comments on commit af823c9

Please sign in to comment.