Update CHANGELOG.md

This commit is contained in:
Serdar Dogruyol 2016-10-20 17:21:37 +03:00 committed by GitHub
parent 375259f34c
commit a794c3dae2
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ post "/upload" do |env|
"Upload complete"
end
end
```
# 0.16.0
@ -53,4 +54,4 @@ Kemal.config.session["expire_time"] = 48.hours
- Add mime types.
- Fix parsing JSON params when "charset" is present in "Content-Type" header.
- Use http-only cookie for session
- Inject STDOUT by default in CommonLogHandler
- Inject STDOUT by default in CommonLogHandler