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

View file

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