From 5e03a3b0fefd8fcb64285371017ddddd8e109a30 Mon Sep 17 00:00:00 2001 From: Stefan Mueller Date: Tue, 8 Sep 2020 22:10:27 +0200 Subject: [PATCH] Set changelog informations for new version --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13941c48..28bc0d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Develop -- TODO Change to 1.8.x. +* ... + +# 1.8.5 * IMPORTANT DROP OF SUPPORT: Drop support for IE. Browsers now need async/await. * IMPORTANT SECURITY: Rate limit Commits when env=production * SECURITY: Non completed uploads no longer crash Etherpad @@ -30,6 +33,7 @@ * MINOR: Improved CSS anomation through prefers-reduced-motion * PERFORMANCE: Use workers (where possible) to minify CSS/JS on first page request. This improves initial startup times. * PERFORMANCE: Cache EJS files improving page load speed when maxAge > 0. +* PERFORMANCE: Fix performance for large pads * TESTS: Additional test coverage for OL/LI/Import/Export * TESTS: Include Simulated Load Testing in CI. * TESTS: Include content collector tests to test contentcollector.js logic external to pad dependents.