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)