Skip to content

Commit

Permalink
Some more ChangeLog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 5, 2015
1 parent f098e0f commit dc36c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ChangeLog
Expand Up @@ -7,9 +7,12 @@ New in 2015.07
+ Allow %{Type} as a way to say Hash[Any,Type].new
+ Several issues with the use of ';;' in signatures
+ Issues with regexen throwing an exception (RT #62086 & #72440)
+ samewith() now also works in subs
+ Calling the .clone method with alternate values, no longer changes original
+ Incompatible changes:
+ my Type $a is default(Foo) is now compile-time checked
+ my $a is default(Nil) only works on untyped (Mu) variables
+ Can no longer (roulette) assign to Whatever slice of a hash
+ Deprecations:
+ $*PROGRAM_NAME in favour of $PROGRAM-NAME
+ $*EXECUTABLE_NAME in favour of $EXECUTABLE-NAME
Expand Down

0 comments on commit dc36c34

Please sign in to comment.