Update changelog

This commit is contained in:
Starbeamrainbowlabs 2019-01-05 22:20:30 +00:00
parent a541a0cac0
commit 74cf2f7b68
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
## v0.18-dev
### Added
- Added new `feature-interwiki` module that presents an interwiki API (it's not actually used just yet - coming soon! I'll update this changelog again once it's done).
- Added `interwiki_index_location` setting to control the location of the interwiki index (which is a CSV file that has yet to be documented)
- New module api functions: `interwiki_pagename_parse`, `interwiki_pagename_resolve`, `interwiki_get_pagename_url`, and `is_interwiki_link`
- 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 has yet to be documented), 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`
-
### Changed