Update NEWS

This commit is contained in:
Brandon T. Willard 2018-10-14 01:04:41 -05:00
parent 010986e8ca
commit 3b01742818

View File

@ -12,9 +12,15 @@ New Features
* 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.
* Minimal macro expansion namespacing has been implemented. As a result,
external macros no longer have to `require` their own macro dependencies.
* Macros and tags now reside in module-level `__macros__` and `__tags__`
attributes.
Bug Fixes
------------------------------
* `require` now compiles to Python AST.
* Fixed circular `require`s.
* Fixed module reloading.
* Fixed circular imports.
* Fixed `__main__` file execution.