Update CHANGELOG.md
This commit is contained in:
parent
375259f34c
commit
a794c3dae2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue