From 6d35988ad27fd1322db1efd857969ba2affe0003 Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Tue, 19 Jun 2018 20:49:25 +0100
Subject: [PATCH] Update Changelog

---
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44e9edb..16efdcb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ### Added
 - [DEV] Initial test scaffolding
+- Lua scripting support as a route handler in the `config.yml` file
 
 ## [0.2.0]
 
@@ -34,4 +35,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 - Serve files from the target directory
 - Serve index files from directories
 - Configure number of worker threads
-- Bind to custom address and port
\ No newline at end of file
+- Bind to custom address and port
-- 
GitLab