From 7c96e2f462344ab1a677f22e4cc41f14161d99b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Thu, 23 Aug 2018 21:50:46 +0200 Subject: [PATCH] Changed CHANGELOG. --- CHANGELOG.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e3784ed80..68e4a7795 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,10 +8,14 @@ Version 3.0 (unreleased) ======================== Core: - - Change URL schema [#3798]. - - Update to channels2 [#3796]. - - Drop Python 3.5 support[#3805]. - - Adds a websocket protocol [#3807]. + - Changed personal settings.py, updated to channels2, complete rework of + startup and caching system, dropped support for Geiss [#3796, #3789]. + - Dropped support for Python 3.5 [#3805]. + - Added a websocket protocol for server client communication using + JSON schema [#3807]. + - Changed URL schema [#3798]. + - Enabled docs for using OpenSlides with Gunicorn and Uvicorn in big + mode [#3799, #3817]. Version 2.3 (unreleased)