From b004759dee70661fa1a417f6098067d917da1d8b Mon Sep 17 00:00:00 2001 From: makeworld Date: Sat, 22 Aug 2020 11:19:09 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20PR=20#73=20to=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1ffd5..d72347e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Two digit (and higher) link texts are now in line with one digit ones (#60) - Race condition when reloading pages, could have caused the cache to still be used +- Prevent panic (crash) when the server sends an error with an empty meta string (#73) ## [1.4.0] - 2020-07-28