From f096138d6eda54b80fd35ecd381ab3dc563e5e90 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Sun, 23 Mar 2014 20:02:41 +0000
Subject: [PATCH] Added release note

---
 docs/ReleaseNotes.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md
index 10c3a6d9a..60e2bd604 100644
--- a/docs/ReleaseNotes.md
+++ b/docs/ReleaseNotes.md
@@ -4,6 +4,11 @@
 
 Changes in pre-compiled binaries:
    * When server is started, browser is started automatically
+   * Fixed directory listing bug when directory contains `#` character
+   * Removed built-in Lua Server Pages in the binary, and instead
+     added Mongoose + Lua developer bundle which has Lua Server Pages support.
+     That also solves external Lua modules loading problem.
+
 
 ## Release 5.3, March 10 2014
 
-- 
GitLab