Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
numerous improvements to ChangeLog and announcement
jnthn++ and moritz++
  • Loading branch information
Carl Masak committed Jul 24, 2015
1 parent c683fe9 commit 8cedd59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/ChangeLog
Expand Up @@ -3,19 +3,19 @@ New in 2015.07
+ Cool.substr(-rw) and &substr(-rw) now also accept a Range
+ Added trait "is required" on class attributes (and "!" sugar)
+ Parameters like :n($n) are presented as :$n in .gist
+ $?ROUTINE and $?BLOCK
+ &?ROUTINE and &?BLOCK
+ Conversion forms now understand :16(':8<377>') and such
+ &words implemented (to completement .words)
+ Numeric conversion ops (== > etc) for DateTimes
+ Numeric comparison ops (== > etc) for DateTimes
+ Fixes:
+ ENTER phaser now can be used as an r-value
+ 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
+ Calling the .clone method with alternate values no longer changes original
+ Various fixes and optimizations on List.splice
+ .grep and &grep now consumes multiple elements for many-param blocks
+ .grep and &grep now consume multiple elements for many-param blocks
+ Issues with precedence limit checking in EXPR fixed
+ EVAL now pays attention to languages in the compiler registry
+ Incompatible changes:
Expand Down
9 changes: 5 additions & 4 deletions docs/announce/2015.07.md
Expand Up @@ -18,12 +18,13 @@ Some of the changes in this release are outlined below:

* Cool.substr(-rw) and &substr(-rw) now also accept a Range
* Added trait "is required" on class attributes (and "!" sugar)
* $?ROUTINE and $?BLOCK
* &?ROUTINE and &?BLOCK
* &words implemented (to completement .words)
* Numeric conversion ops (== > etc) for DateTimes
* Numeric comparison ops (== > etc) for DateTimes
* samewith() now also works in subs
* Calling the .clone method with alternate values, no longer changes original
* .grep and &grep now consumes multiple elements for many-param blocks
* Calling the .clone method with alternate values no longer changes original
* .grep and &grep now consume multiple elements for many-param blocks
* ENTER phaser now can be used as an r-value

These are only some of the changes in this release. For a more
detailed list, see "docs/ChangeLog".
Expand Down

0 comments on commit 8cedd59

Please sign in to comment.