Update NEWS and AUTHORS
This commit is contained in:
parent
c5231bc242
commit
300cb2856d
1
AUTHORS
1
AUTHORS
@ -86,3 +86,4 @@
|
|||||||
* Rob Day <rkd@rkd.me.uk>
|
* Rob Day <rkd@rkd.me.uk>
|
||||||
* Eric Kaschalk <ekaschalk@gmail.com>
|
* Eric Kaschalk <ekaschalk@gmail.com>
|
||||||
* Yoan Tournade <yoan@ytotech.com>
|
* Yoan Tournade <yoan@ytotech.com>
|
||||||
|
* Simon Gomizelj <simon@vodik.xyz>
|
||||||
|
2
NEWS
2
NEWS
@ -25,6 +25,7 @@ Changes from 0.13.0
|
|||||||
* `xi` from `hy.extra.anaphoric` is now the `#%` tag macro
|
* `xi` from `hy.extra.anaphoric` is now the `#%` tag macro
|
||||||
* `#%` works on any expression and has a new `&kwargs` parameter `%**`
|
* `#%` works on any expression and has a new `&kwargs` parameter `%**`
|
||||||
* new `doc` macro and `#doc` tag macro
|
* new `doc` macro and `#doc` tag macro
|
||||||
|
* support for PEP 492 with `fn/a`, `defn/a`, `with/a` and `for/a`
|
||||||
|
|
||||||
[ Bug Fixes ]
|
[ Bug Fixes ]
|
||||||
* Numeric literals are no longer parsed as symbols when followed by a dot
|
* 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
|
* `else` clauses in `for` and `while` are recognized more reliably
|
||||||
* Argument destructuring no longer interferes with function docstrings.
|
* Argument destructuring no longer interferes with function docstrings.
|
||||||
* Multiple expressions are now allowed in `try`
|
* Multiple expressions are now allowed in `try`
|
||||||
|
* `(yield-from)` is now a syntax error
|
||||||
|
|
||||||
[ Misc. Improvements ]
|
[ Misc. Improvements ]
|
||||||
* `read`, `read_str`, and `eval` are exposed and documented as top-level
|
* `read`, `read_str`, and `eval` are exposed and documented as top-level
|
||||||
|
Loading…
Reference in New Issue
Block a user