Update NEWS

This commit is contained in:
Brandon T. Willard 2018-11-27 14:27:42 -06:00
parent b8b02c9df9
commit f040bbe96f

View File

@ -21,6 +21,7 @@ New Features
Bug Fixes
------------------------------
* Fixed issue with empty arguments in `defmain`.
* `require` now compiles to Python AST.
* Fixed circular `require`s.
* Fixed module reloading.