From 43175b0b5a836e67d48b4e6b9d5da4b30acb1d20 Mon Sep 17 00:00:00 2001 From: Sunjay Cauligi Date: Tue, 23 Feb 2021 01:20:48 -0800 Subject: [PATCH] update NEWS --- NEWS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 9c8a3befe..0806df13d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -12,6 +12,8 @@ Removals * `#doc` has been removed. Instead of `#doc @`, say `(doc "#@")`. * `__tags__` has been removed. Tag macros are now tracked in `__macros__`. +* `eval` has been removed from core. + Use the fully qualified name `hy.eval` instead. Breaking Changes ------------------------------ @@ -43,6 +45,8 @@ Bug Fixes * `doc` and `#doc` now work with names that require mangling. * Fixed compiler crash on `.` form with empty attributes. * Attempts to assign to constants are now more reliably detected. +* Fixed namespace pollution caused by automatic imports of Hy builtins and macros. +* Fixed Hy model objects sometimes not being in scope. 0.20.0 (released 2021-01-25) ==============================