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)