Updated changelog

pull/679/head
Zef Hemel 2024-02-05 20:12:46 +01:00
parent 2b86e288e8
commit 0302c5776d
2 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,14 @@
An attempt at documenting the changes/new features introduced in each
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 templates (which now happen server-side), including code completion fixes.
* New `{{#each @varname in <expression>}}` syntax in [[Template Language#each directive]].
* New [[Functions#readPage(name)]] function
---
## 0.7.0

View File

@ -60,3 +60,6 @@ This very page exists: {{pageExists(@page.name)}}
And this one: {{pageExists("non-existing")}}
```
## readPage(name)
Reads in the content of the page `name` and returns it as a string.