From 70943474e29898576c434c4ef473a985eddcf0f4 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 17 Aug 2018 16:37:01 +0200 Subject: [PATCH] Garden change log. [skip ci] --- CHANGES.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 949e1e1..965f50a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,13 +4,15 @@ Changelog 5.0 (unreleased) ---------------- -- Drop support for Zope 2, require Zope 4.0b5 now. +- Drop support for Zope 2, require Zope >= 4.0b6 now. + +- Add support for Python 3.5 and 3.6. - Drop `ZServer` dependency. -- Add IPubFailure event handler so it writes error log entries again. +- Add ``IPubFailure`` event handler so it writes error log entries again. -- Bring back Application initialization (creation of SiteErrorLog in the +- Bring back Application initialization (creation of `SiteErrorLog` in the ZODB on first startup).