Skip to content

Commit

Permalink
0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sdogruyol committed Dec 3, 2016
1 parent b4c10a3 commit 66e04ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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.
Expand Down
1 change: 1 addition & 0 deletions spec/helpers_spec.cr
Expand Up @@ -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
Expand Down

0 comments on commit 66e04ec

Please sign in to comment.