Update NEWS

This commit is contained in:
Brandon T. Willard 2018-11-11 15:27:43 -06:00
parent 15c68455ec
commit 3d0659b723

View File

@ -9,6 +9,8 @@ Removals
New Features
------------------------------
* `eval` / `hy_eval` and `hy_compile` now accept an optional `compiler` argument
that enables the use of an existing `HyASTCompiler` instance.
* Keyword objects (not just literal keywords) can be called, as
shorthand for `(get obj :key)`, and they accept a default value
as a second argument.