From e2d710a84c8b43b6cb39f84b0e79112199277de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Wed, 5 Jul 2017 21:30:16 +0200 Subject: [PATCH] Updated CHANGELOG. --- CHANGELOG | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 74ce4610a..efe9150ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -40,6 +40,7 @@ Users: e. g. for minimum password length [#3200]. - Fixed compare of duplicated users while CSV user import [#3201]. - Added fast mass import for users [#3290]. +- Removed OPTIONS request. All permissions are now provided on startup [#3306]. Core: - No reload on logoff. OpenSlides is now a full single page @@ -52,16 +53,16 @@ Core: clients by refactoring autoupdate, Collection and AccessPermission [#3223]. - Fixes autoupdate bug for a user without user.can_see_name permission [#3233]. - Improved reconnect handling if the server was flushed [#3297]. -- Highlight list entries in a light blue, if a related object is projected (e.g. - a list of speakers of a motion) [#3301] +- Highlight list entries in a light blue, if a related object is projected + (e. g. a list of speakers of a motion) [#3301]. - Select the projector resolution with a slider and an aspect ratio [#3311]. Mediafiles: - Fixed reloading of PDF on page change [#3274]. General: -- Switched from npm to Yarn [#3188]. - Several bugfixes and minor improvements. +- Switched from npm to Yarn [#3188]. - Improved performance for PDF generation significantly (by upgrading to pdfmake 0.1.30) [#3278, #3285]. - Bugfixes for PDF creation [#3227, #3251, #3279, #3286].