diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1d396..f44bdfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://git.rustybever.be/Chewing_Bever/lander/src/branch/dev) +### Added + +* 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 + ## [0.2.1](https://git.rustybever.be/Chewing_Bever/lander/src/tag/0.2.1) ### Added @@ -25,10 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Trie-based router (no more RegEx) * Landerctl * `-c` flag to use custom config file (useful for testing) -* LSM - * Binary tree iterators - * Trie iterators - * Store iterators ## Removed