From b12fd33e6f629fd1b71edfd9d8a280cc993f4c17 Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Fri, 24 Aug 2018 20:42:48 -0500 Subject: [PATCH] Update NEWS --- NEWS.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 5a226f8..1fe1e41 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -15,6 +15,9 @@ New Features Bug Fixes ------------------------------ +* Fixed module reloading. +* Fixed circular imports. +* Fixed `__main__` file execution. * Fixed bugs in the handling of unpacking forms in method calls and attribute access. * Fixed crashes on Windows when calling `hy-repr` on date and time