From a46cc39d6b75d5c0c8d86f2d158bceeb2ff54b3a Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Wed, 25 Jul 2018 17:16:17 -0500 Subject: [PATCH] Include `macroexpand-all` changes in AUTHORS and NEWS --- AUTHORS | 1 + NEWS.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 5ffa1df..0a6c72c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -89,3 +89,4 @@ * Simon Gomizelj * Yigong Wang * Oskar Kvist +* Brandon T. Willard \ No newline at end of file diff --git a/NEWS.rst b/NEWS.rst index d4255ef..82175d3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -86,6 +86,7 @@ Misc. Improvements ---------------------------- * `hy-repr` uses registered functions instead of methods. * `hy-repr` supports more standard types. +* `macroexpand-all` will now expand macros introduced by a `require` in the body of a macro. 0.14.0 ==============================