From 4a8ffb517674842a96a0c8e3e39e86df4d64b58d Mon Sep 17 00:00:00 2001 From: Ingrid <148255657+IngridKwok@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:09:54 -0700 Subject: [PATCH] Update 2024-09-12-rss-bug-fix.md --- source/releasenotes/2024-09-12-rss-bug-fix.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/releasenotes/2024-09-12-rss-bug-fix.md b/source/releasenotes/2024-09-12-rss-bug-fix.md index 275430c848..4e22c815dd 100644 --- a/source/releasenotes/2024-09-12-rss-bug-fix.md +++ b/source/releasenotes/2024-09-12-rss-bug-fix.md @@ -3,6 +3,4 @@ title: Bug fix for Pantheon release notes RSS feed published_date: "2024-09-12" categories: [documentation] --- -RSS readers will now detect multiple release notes from the same date. - -Our release note publishing process runs through Markdown and Git with published dates set manually only at the granularity of year, month, and day. RSS readers (like our Community Slack integration) ignore multiple items with identical dates and times. We have worked around this limitation by setting an arbitrary hour, minute, and second for each release note within the RSS feed by deriving a hash of the note. +Previously, our release note publishing process used Markdown and Git with dates set only by year, month, and day. This caused RSS readers, including our Community Slack integration, to ignore multiple release notes with the same date. To address this, we now include an arbitrary hour, minute, and second for each release note in the RSS feed, derived from a hash of the note.