Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mention new grep/first attributes and deprecations
  • Loading branch information
lizmat committed Oct 17, 2015
1 parent 67df8db commit 68563f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ChangeLog
Expand Up @@ -11,6 +11,9 @@ New in 2015.10:
+ `<?same>` assertion in regexes implemented
+ Methods `file` and `line` in `Code` point to the location of the
declaration
+ 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
+ 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 @@ -29,6 +32,10 @@ New in 2015.10:
+ Fixed `once` block semantics (RT #126293)
+ A dying `LEAVE` block doesn't prevent other `LEAVE` blocks from running
anymore
+ Deprecations:
+ grep-index() deprecated in favour of grep(:k)
+ first-index() deprecated in favour of first(:k)
+ last-index() deprecated in fevour of first(:end,:k)

New in 2015.09
+ Features
Expand Down

0 comments on commit 68563f4

Please sign in to comment.