Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Three more changelog entries
  • Loading branch information
moritz committed Oct 17, 2015
1 parent ebe21c4 commit 5d8e963
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ChangeLog
Expand Up @@ -14,6 +14,9 @@ New in 2015.10:
+ grep now accepts :k, :v, :kv, :p attributes
+ first now accepts :k, :v, :p attributes
+ first also accepts :end attribute to indicate searching from end of list
+ `is equiv<+>` as shortcut for `is equiv(&infix:<+>)`. Same for `tighter`
and `looser`.
+ `Supply.throttle` for rate-limiting
+ Incompatible Changes
+ Array.push is now used for pushing one element (mostly); Array.append
exists for pushing multiple values. Same for `unshift`/`prepend`
Expand All @@ -32,6 +35,7 @@ New in 2015.10:
+ Fixed `once` block semantics (RT #126293)
+ A dying `LEAVE` block doesn't prevent other `LEAVE` blocks from running
anymore
+ `Str.tc` now does an actual Unicode title case operation
+ Deprecations:
+ grep-index() deprecated in favour of grep(:k)
+ first-index() deprecated in favour of first(:k)
Expand Down

0 comments on commit 5d8e963

Please sign in to comment.