From b35507c3ad68a01c1936df581e3146a7f8d52266 Mon Sep 17 00:00:00 2001 From: shilangyu Date: Tue, 6 Apr 2021 16:07:25 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e623ad..ef40cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ +## Unreleased + +### Changed + +- Disable commenting on locked posts + +### Fixed + +- When writing a comment the parent text is now selectable +- Text of a post is now selectable + ## v0.4.1 - 2021-04-06 ### Fixed - Some actions would pass the wrong user id around causing infinite spinners, this is now fixed -- When writing a comment the parent text is now selectable -- Text of a post is now selectable ## v0.4.0 - 2021-04-05