From 4797104ce9742485b6488592163893fe94356750 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 7 Oct 2020 11:34:51 +0200 Subject: [PATCH] Add change log entry for #901 --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 7eb0face1d..4fa447daa7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -76,6 +76,10 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst - Use ``Chameleon`` (>= 3.7.2) configuration to get better information for errors detected during template execution (`#837 `_). + +- Fix that ``ZTUtils.LazyFilter`` could not be imported inside a restricted + Python script. + (`#901 `_) 5.0a2 (2020-04-24)