From 96d1b9c3face94d62711a6215a72722530ac588d Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Thu, 7 Feb 2019 13:50:30 -0500 Subject: [PATCH] Update README --- NEWS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.rst b/NEWS.rst index 6f3d53c..20d45ef 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -21,6 +21,7 @@ New Features Bug Fixes ------------------------------ +* Cleaned up syntax and compiler errors * Fixed issue with empty arguments in `defmain`. * `require` now compiles to Python AST. * Fixed circular `require`s.