From ff0d6e202c354a45aa9db36110120ca38b027846 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Fri, 13 Oct 2023 21:04:12 -0400 Subject: [PATCH] Added publication date feature to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3bd3f90d..693777c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ return the correct `content-type` in header. * Fixed a bug where notifications of newly created posts would get resent periodically. +* Now uses publication date set in post frontmatter when available otherwise + will set the current date when sent out to followers. ## 1.0.1 -- GitLab