summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-01-18 20:13:28 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-01-18 20:55:42 +0100
commit5809e57d4fe35fc64b66956de78503a11736b460 (patch)
treef617ccc499618525c9d6418c3dea050d3b1897ef /CHANGELOG.md
parent582c4d11facc0c8c97ae14d370b6c4f69b210124 (diff)
Migration: Don't use unsigned for pubdate
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32c749594..360781503 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
### Changed
+- Use signed integer for pubdate (#997)
+
### Fixed
- Fetch feed after creation (#1058)