From 3ab83826e681194563ca1eb49aa93bab431919cb Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 5 Feb 2020 18:06:40 -0500 Subject: [PATCH] WIP changelog --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfdee9b1..41659802b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +# L release (3.11.0) + +## Goals + +* major server refactor to prepare for: + * trim-history + * allow lists + +## Update notes + +* dropped support for retainData + * archives are on by default +* you will need a new chainpad server + +## Features + +* restyled corner popup +* cool new scheduler library + * operations on channels are queued +* trim-history rpc +* unified historykeeper and rpc +* more visible styles for unanswered support tickets +* hidden hashes/safe links + * new "security" tab in settings +* queue'd popups + * reconnect alert +* link to user profile in notifications +* prompt anonymous users to register when viewing a profile +* spreadsheets + * reconnecting spreadsheets + * faster spreadsheets +* don't hijack chat cursor +* friends are now "contacts" + +## Bug fixes + +* friend request/accept race condition +* throw errors in 'mkAsync' if no function is passed + # Kouprey release (3.10.0) ## Goals