Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mention changed Nil semantics in changelog
  • Loading branch information
moritz committed May 9, 2015
1 parent 3b8b315 commit 9b5c02d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/ChangeLog
Expand Up @@ -8,7 +8,9 @@ New in 2015.05
+ 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
+ .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.
+ Deprecations:
+ List/Supply.rotor now *must* have elems and gap specified
+ Fixes:
Expand Down

0 comments on commit 9b5c02d

Please sign in to comment.