From 6c62e0f610adeef8124e1b96c6c8963f4099db02 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 5 Oct 2018 13:00:50 +0200 Subject: [PATCH] Fix change log. --- docs/CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index cc44ce5..f46f943 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -7,6 +7,10 @@ Changes - Allow `yield` and `yield from` statements. Generator functions would now work in RestrictedPython. +- Add support for Python 3.7. + +- Fix possible installation error. + 4.0b5 (2018-09-05) ------------------