From f0b49ff9e506763ee812f853e00326fb1d623424 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Wed, 1 Mar 2023 22:28:02 -0800 Subject: [PATCH] Updated the ChangeLog for 0.1.1. --- ChangeLog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index a2e7821..d1e9c45 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,10 @@ +### 0.1.1 / 2023-03-01 + +* Correctly set the `bind` setting in {Ronin::Web::Server::Base} to ensure it + will always listen on `0.0.0.0`. +* Allow `directory` and `mount` to accept directory paths ending with a `/`. +* Increased test coverage. + ### 0.1.0 / 2023-02-01 * Extracted and refactored from [ronin-web](https://github.com/ronin-rb/ronin-web/tree/v0.3.0.rc1).