From d299b1f13f76ebcc8010d913570590f8aad3df0a Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sat, 24 Feb 2024 13:02:27 +0100 Subject: [PATCH] Changelog --- website/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index ba2b7071..2a807877 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -24,6 +24,7 @@ _These features are not yet properly released, you need to use [the edge builds] * [[Space Script]] is now indexed in templates too (so you can put space script in template tagged pages) * Changed the signature of `silverbullet.registerFunction` to make the first argument an object, see [[Space Script#Custom functions]]. Old string-based scripts still work, for backwards compatibility. * The [[Functions#replace(str, match, replacement)]] function now supports multiple replacements +* You can now use backticks (`) around identifiers in [[Expression Language]], to e.g. use names with spaces or other weird characters as attribute names. * Fixed edit button on code widgets after they have shifted * Fixed page completion in template blocks * Giant code reorganization (hopefully resulting in 0 regressions)