From b0bfa00c65507016ce84b5ca060b7567441bdb4d Mon Sep 17 00:00:00 2001 From: Yannick PEROUX Date: Fri, 27 Dec 2019 00:40:54 +0100 Subject: [PATCH] Update Changelog --- docs/source/changelog.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index aa2372901..5906607ac 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,20 @@ Changelog history ================= +0.16.0 2019-12-27 +----------------- +This release remove support for Python 2.6 & 3.3, and add official support +for Python 3.6, 3.7 & 3.8. It also adds support for PyZMQ 17+. + +- Remove support for Python 2.6 & 3.3 - #1110 +- Fix compatibility with PyZMQ 17+ - #1111 +- Fix compatibility for Python 3.6, 3.7 & 3.8 - #1079, #1085, #1113 +- Send add/remove events to plugins - #1086 +- Allow 'use_papa' to be called programmatically - #1083 +- Allow integer to be used for stop_signal in ini file - #1089 +- Add 'on_demand' option to watchers - #1089 +- Add before_reap and after_reap hooks - #1104 + 0.15.0 2018-06-15 ----------------- This release fixes several bugs and explicitely mark Circus as incompatible