Skip to content

Commit

Permalink
Fix mention of apply in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Feb 13, 2018
1 parent a515bb4 commit 883e937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Removals

Other Breaking Changes
------------------------------
* `apply` has been replaced with Python-style unpacking operators `#*` and
`#**` (e.g., `(f #* args #** kwargs)`)
* Single-character "sharp macros" are now "tag macros", which can have
longer names
* `xi` from `hy.extra.anaphoric` is now a tag macro `#%`
Expand All @@ -32,6 +30,8 @@ New Features
`#[FOO[` and `]FOO]`, where `FOO` is customizable
* Added support for PEP 492 (`async` and `await`) with `fn/a`, `defn/a`,
`with/a`, and `for/a`
* Added Python-style unpacking operators `#*` and `#**` (e.g.,
`(f #* args #** kwargs)`)
* Added a macro `comment`
* Added EDN `#_` syntax to discard the next term
* `while` loops may now contain an `else` clause, like `for` loops
Expand Down

0 comments on commit 883e937

Please sign in to comment.