From 93696df96be5b1dbee4438833ea269615a621139 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 9 Feb 2025 19:35:35 +0100 Subject: [PATCH] Changelog fixes --- website/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index b353a16c..04172614 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -7,9 +7,9 @@ _These features are not yet properly released, you need to use [the edge builds] * **Lua**: _Tons_ of fixes, changes and enhancements, see [[Space Lua]] and related for up-to-date docs. Some notable things: * [[Space Lua/Lua Integrated Query]] is now here - * Code completion of APIs in `space-lua` and Lua directive syntax - * [[API]] docs (not fully complete, but getting there). Implemented in Lua itself [[^Library/Std/Lua]]. - * WIP Lua [[^Lua]], distributed with SilverBullet core. + * Code completion of APIs in `space-lua` and Lua directive syntax, implemented in Lua itself: [[^Library/Std/Lua]]. + * [[API]] docs (not fully complete, but getting there) + * WIP Lua [[^Library/Std]] [[Libraries]], distributed with SilverBullet core. * [[^Library/Std/Config]] (future Lua replacement for [[^SETTINGS]]) * [[^Library/Std/Template]] (Lua replacement of [[Templates]]) with a few samples here [[^Library/Std/Query Templates]]. * Breaking change: API convention changed moving from `snake_case` to `camelCase` everywhere.