From 0ec1424d351ea6e45cf7fa029a8ec55078172646 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 24 Jan 2019 20:47:59 +0000 Subject: [PATCH] Update changelog --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3b3e368..81161ef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,7 +7,8 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t - Added inter-wiki link support via the new `feature-interwiki-links` module - Added `interwiki_index_location` setting to control the location of the interwiki index (which is a CSV file that is documented in the main _Pepperminty Wiki_ documentation), which has to be specified in order for it to activate - Provides new module api functions: `interwiki_pagename_parse`, `interwiki_pagename_resolve`, `interwiki_get_pagename_url`, and `is_interwiki_link` - - Added CSV support to the `recent-changes` action. + - Added CSV support to the `recent-changes` action (append `&format=csv` to the url) + - Added Atom 1.0 feed support to the `recent-changes` action (append `&format=atom` to the url) - Added `count` and `offset` GET parameters to `recent-changes` action. - Added new `find_revisionid_timestamp()` function to `feature-recent-changes` module.