From 2bcce28b07f637f1574d54692fd9a104a219a38a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 20 Jul 2016 20:01:26 -0700 Subject: [PATCH] changelog: Clean up some minor text issues. Thanks @rishig for the review! I forgot to apply these before merging. --- docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index b91fc08dcc..cda0c60640 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,8 +6,8 @@ All notable changes to the Zulip server are documented in this file. - Migrated Zulip's python dependencies to be installed via a virtualenv, instead of the old apt repository. This is a major change to how Zulip - is installed that we expect to simplify upgrades in the future. -- Fixed zxcvbn password strength checker being loaded unnecessarily. This + is installed that we expect will simplify upgrades in the future. +- Fixed unnecessary loading of zxcvbn password strength checker. This saves a huge fraction of the uncached network transfer for loading Zulip. - Added UI for selecting a default language to display settings. - Added UI for searching streams in left sidebar with hotkeys.