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"
|
"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
|
||||||
|
|
Loading…
Reference in a new issue