Update NEWS and AUTHORS

This commit is contained in:
Simon Gomizelj 2017-12-30 20:46:39 -05:00 committed by Kodi Arfer
parent c5231bc242
commit 300cb2856d
2 changed files with 3 additions and 0 deletions

View File

@ -86,3 +86,4 @@
* Rob Day <rkd@rkd.me.uk>
* Eric Kaschalk <ekaschalk@gmail.com>
* Yoan Tournade <yoan@ytotech.com>
* Simon Gomizelj <simon@vodik.xyz>

2
NEWS
View File

@ -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