From 5a5c41fec7acdb3a8cf5803e7f20515d49465498 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 2 Oct 2018 16:01:24 -0400 Subject: [PATCH] update changelog for v2.9.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ae3c406..063d0436b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# Jerboa release (v2.9.0) + +## Goals + +Since last release introduced several big features, this release was allocated towards usability improvements largely related to those new features. + +## Update notes + +This is a simple release. Just deploy the latest source. + +### Features + +* At a user's request, we now highlight annotated code blocks according to their language's syntax +* Shared folders can now be viewed by unregistered users (in read-only mode) +* The authentication process that we use for handling accounts has been improved so as to tolerate very slow networks more effectively +* The chat system embedded within pads can now optionally use the browser's system notifications API + +### Bugfixes + +* We found and fixed a race condition when initializing two tabs at once, which could leave one of the tabs in a broken state + # Ibis release (v2.8.0) ## Goals