0.23.0
This commit is contained in:
parent
a5870e7d24
commit
d4280cc889
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
# 0.23.0 (17-06-2018)
|
||||||
|
|
||||||
|
- Crystal 0.25.0 support 🎉
|
||||||
|
- Add `Kemal::Context.get?` to safely access context storage :sunglasses:
|
||||||
|
- [Security] Don't serve 404 image dynamically :thumbsup:
|
||||||
|
- Disable `X-Powered-By` header. Thanks @Blacksmoke16 [https://github.com/kemalcr/kemal/pull/449][#449].
|
||||||
|
|
||||||
# 0.22.0 (29-12-2017)
|
# 0.22.0 (29-12-2017)
|
||||||
|
|
||||||
- Crystal 0.24.1 support 🎉
|
- Crystal 0.24.1 support 🎉
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: kemal
|
name: kemal
|
||||||
version: 0.22.0
|
version: 0.23.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
radix:
|
radix:
|
||||||
|
|
Loading…
Reference in a new issue