Changelog fix

pull/690/head
Zef Hemel 2024-02-06 16:55:17 +01:00
parent 0ddbd877f9
commit 7f26d867c8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ release.
## Edge
_These features are not yet properly released, you need to use [the edge builds](https://community.silverbullet.md/t/living-on-the-edge-builds/27) to try them._
* Numerous bug fixes and significant performance improvements in rendering [[temp]] (which now happen server-side), including code completion fixes.
* Numerous bug fixes and significant performance improvements in template rendering (which now happen server-side), including code completion fixes.
* **Experimental** feature: [[Space Script]], the ability to extend SilverBullet from within your SilverBullet space with JavaScript.
* New `{{#each @varname in <expression>}}` syntax in [[Template Language#each directive]].
* New [[Functions#readPage(name)]] function.