diff --git a/CHANGELOG.md b/CHANGELOG.md index 0797c13..8c97e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.17.3 (03-12-2016) + +- Handle missing 404 image. Fixes #263 +- Remove basic auth middleware from core and move to [kemalcr/kemal-basic-auth](https://github.com/kemalcr/kemal-basic-auth). + # 0.17.2 (25-11-2016) - Use body.gets_to_end for parse_json. Fixes #260. diff --git a/spec/helpers_spec.cr b/spec/helpers_spec.cr index 4d0d533..534701c 100644 --- a/spec/helpers_spec.cr +++ b/spec/helpers_spec.cr @@ -20,6 +20,7 @@ describe "Macros" do logging false Kemal.config.logging.should eq false end + it "sets a custom logger" do config = Kemal::Config::INSTANCE logger CustomLogHandler.new