diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 60e2bd604dcdefb4efbf5b118fd1f5a04b96f2c9..5021aff857359f55a41187d427a9bae3bd484394 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -2,7 +2,16 @@ ## Release 5.4 +Changes in Libmongoose library: + * Added `hexdump_file` option for low-level request/reply debugging + * Added `mg_template()` API function for generating HTML pages from + templates with expansions + * Fixed `struct mg_connection::local_ip` handling, `mg_set_option()` + behavior with NULL values + * Removed Lua support + Changes in pre-compiled binaries: + * Created HTML administration console * 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