From 300cb2856de71f2186833d36ba2976fe9bb7eaec Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Sat, 30 Dec 2017 20:46:39 -0500 Subject: [PATCH] Update NEWS and AUTHORS --- AUTHORS | 1 + NEWS | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index cf8ef5c..5b5a759 100644 --- a/AUTHORS +++ b/AUTHORS @@ -86,3 +86,4 @@ * Rob Day * Eric Kaschalk * Yoan Tournade +* Simon Gomizelj diff --git a/NEWS b/NEWS index 1ab7dc8..83a9120 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,7 @@ Changes from 0.13.0 * `xi` from `hy.extra.anaphoric` is now the `#%` tag macro * `#%` works on any expression and has a new `&kwargs` parameter `%**` * new `doc` macro and `#doc` tag macro + * support for PEP 492 with `fn/a`, `defn/a`, `with/a` and `for/a` [ Bug Fixes ] * Numeric literals are no longer parsed as symbols when followed by a dot @@ -52,6 +53,7 @@ Changes from 0.13.0 * `else` clauses in `for` and `while` are recognized more reliably * Argument destructuring no longer interferes with function docstrings. * Multiple expressions are now allowed in `try` + * `(yield-from)` is now a syntax error [ Misc. Improvements ] * `read`, `read_str`, and `eval` are exposed and documented as top-level