Skip to content

Commit

Permalink
Fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Sep 13, 2023
1 parent c77ac7d commit 5403aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Pagefind now better supports indexing various forms of compound words and code,
* **CLI**: Fixed builds for some Windows systems that were missing vcruntime.
* **JS API**: A new `pagefind.init()` function has been added, meaning `pagefind.options()` can be called _before_ loading assets, allowing you to change the path to load files from.
* **JS API**: Performance searching very large sites for short terms should be improved.
* **JS API**: Passing an empty array for a filter value now behaves as if the filter was not supplied, instead of return zero results.
* **JS API**: Passing an empty array for a filter value now behaves as if the filter was not supplied, instead of returning zero results.
* **Default UI**: Don't reset the browser-provided outlines when resetting UI styles.
* **Default UI**: Fixed an issue where titles containing HTML elements were not correctly escaped.
* **Default UI**: Improved the search input on mobile devices (PR #368 — thanks @valtlai !).
Expand Down

0 comments on commit 5403aca

Please sign in to comment.