summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2021-02-03 19:45:03 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-04 09:03:06 +0100
commit5c7838e9bdd7081008483913def07a3233daa9fd (patch)
tree8efc0cb3389a300a3bb4047a6e8b7b197e4ecd8f /CHANGELOG.md
parent7b7c6eb9368890c4fb042933809436db15fc6fc4 (diff)
fix result ordering for purging query
updated_date is currently always NULL Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba9be14d1..865095975 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,13 @@ All notable changes to this project will be documented in this file.
The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match.
## [Unreleased]
+
### Changed
### Fixed
- Release: create signature file (#1117)
+- Articles are refetched after purging leaving them unread again (#1122)
+
## [15.2.2] - 2021-02-02
### Fixed