update version number

This commit is contained in:
François Mockers 2018-11-18 09:39:36 +01:00
parent 715e9f945c
commit 0b201dfd77
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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`.