diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44e9edb0c03179f7b740df112e10f3f34591d8e9..16efdcb3890a6e2c24b1229b220c36f6c112dba0 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