From f4e5f02b3e7b297d6e4ffa2567fd025a021d3127 Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Tue, 28 Aug 2018 16:58:59 -0500 Subject: [PATCH] Updated NEWS --- NEWS.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 1fe1e41..5a67e80 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -22,6 +22,8 @@ Bug Fixes attribute access. * Fixed crashes on Windows when calling `hy-repr` on date and time objects. +* Fixed errors from `from __future__ import ...` statements and missing Hy + module docstrings caused by automatic importing of Hy builtins. 0.15.0 ==============================