mirror of https://github.com/fafhrd91/actix-web
update version number
This commit is contained in:
parent
715e9f945c
commit
0b201dfd77
|
@ -8,6 +8,12 @@
|
|||
|
||||
* `QueryConfig` and `PathConfig` are made public.
|
||||
|
||||
### Added
|
||||
|
||||
* By default, `Path` extractor now percent decode all characters. This behaviour can be disabled
|
||||
with `PathConfig::default().disable_decoding()`
|
||||
|
||||
|
||||
## [0.7.14] - 2018-11-14
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## 0.7.14
|
||||
## 0.7.15
|
||||
|
||||
* The `' '` character is not percent decoded anymore before matching routes. If you need to use it in
|
||||
your routes, you should use `%20`.
|
||||
|
|
Loading…
Reference in New Issue