From 70012fba86ca51bf1f476c3c64d840a81c60e9cb Mon Sep 17 00:00:00 2001 From: Liam Bigelow <40188355+bglw@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:35:17 +1200 Subject: [PATCH] Changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950264cf..d2ea95e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ ## Unreleased +### Fixes & Tweaks +* Fixes an issue where internal anchor and weight tokens would leak when captured in meta or filter attributes. +* Improves segmentation for extended languages (PR #600 — thanks @hamano !). +* Improves Pagefind's processing of "index.html" URLs (PR #604 — thanks @dscho !). +* Fixes some instances of incorrect types in the Pagefind NodeJS API (PRs #642 & #655 — thanks @vanyauhalin & SKalt !). + +### UI Translations +* Added Swahili translations + +### Secutiry +* Fix potential DOM clobbering when initializing Pagefind + ## v1.1.0 (April 2, 2024) ### Core Features & Improvements