From 965313c62b3224bce97b863786a0d52d21bd0a8c Mon Sep 17 00:00:00 2001 From: Annika Hannig Date: Mon, 12 Feb 2024 17:39:55 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b41e2..ceb88e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ * Examples for the global search can be added using the theme's `Alice.updateContent` API: - `{lookup: {examples: [["asn" "AS2342"], ...]}}`. Valid types + `{lookup: {examples: [["asn", "AS2342"], ...]}}`. Valid types are: `asn`, `community` `prefix` and `q`. * Performance in search has been improved.