Having a way to publish change logs similar to https://apidog.canny.io/changelog with RSS and search or filters would be a really nice feature to have.
It could be as simple as creating different markdown files inside a "changelog" folder and have it rendered in one page with the ability to filter by tags etc.
An example:
---
title: Changes to the orders endpoint
slug: update-01-01-2026
tags: ["orders", "rest-api"]
---
## Changes to the orders endpoint
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
The
mydocs.com/changelog
would show them all rendered in a single page using the metadata in each markdown update. And
mydocs.com/changelog/update-01-01-2026
would allow us to share a specific update. And
mydocs.com/changelog/feed.rss
for the changelog in RSS format.