From 3d0659b7231dcdeef86fbecd1584ec3aa0e1c432 Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Sun, 11 Nov 2018 15:27:43 -0600 Subject: [PATCH] Update NEWS --- NEWS.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 44ab3cb..3355da7 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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.