This commit is contained in:
Sdogruyol 2016-12-03 17:37:58 +03:00
parent b4c10a3f59
commit 66e04ecaec
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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