From 65dcbef0b1aeffaabcb6ababca0ed1f440012ea7 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Mon, 19 Feb 2024 21:52:52 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 388f188..cfbcce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,12 +20,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Automatically support HEAD requests for all GET requests * Event loop uses `epoll` instead of `poll` * Configurable multithreading using `epoll` -* Landerctl - * `-c` flag to use custom config file (useful for testing) * LSM * Binary tree iterators * Trie iterators * Store iterators +* LTM - Lander Template Library + * Simple string templates + * Fully streamable template instances +* Lander + * Simple paste pages with syntax highlighting + * Index pages that group elements under the same namespace into an overview +* Landerctl + * `-c` flag to use custom config file (useful for testing) ## [0.2.0](https://git.rustybever.be/Chewing_Bever/lander/src/tag/0.2.0)