We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629e422 commit f99263dCopy full SHA for f99263d
lib/rssfeed.cjs
@@ -50,7 +50,7 @@ module.exports.register = function () {
50
link: `${siteLinkWithVersion}/${linkElement
51
.attr("href")
52
.replace("../", "")}`,
53
- description: `Release notes for TinyMCE ${version}`,
+ description: `Changelog for TinyMCE ${version}`,
54
guid: version,
55
pubDate: new Date(date).toUTCString(),
56
content,
0 commit comments