diff --git a/Changelog.md b/Changelog.md index 3230b34..20f5a22 100644 --- a/Changelog.md +++ b/Changelog.md @@ -41,7 +41,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t - Another search index rebuild is required - Optimisation: Don't generate the list of pages for the datalist if it isn't going to be displayed (especially noticeable on wikis with lots of pages) - Optimisation: Don't load the statistics index if it's not needed (also esp. noticeable on wikis with lots of pages) - - Optimisation: Refactor `stas_split()` to be faster (informal testing shows ~18% → 4% total time) + - Optimisation: Refactor `stas_split()` to be faster (informal testing shows ~18% faster → 4% total time) - [Module Api] Optimisation: Remove `search::transliterate` because it has a huge overhead. Use `search::$literator->transliterate()` instead. - [Module Api] Add new `absolute` and `html` optional boolean arguments to `render_timestamp()`