Fix minor typos in CHANGELOG.

This commit is contained in:
Sergio Benitez 2016-12-31 02:08:43 -06:00
parent 16c42289a9
commit 2852c526c3
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@
* Codegen will refuse to build with incompatible rustc, presenting error
message and suggestion.
* Added `head` as a valid decorator for `HEAD` requests.
* Added `route(OPTIONS)` is a valid decorator for `OPTIONS` requests.
* Added `route(OPTIONS)` as a valid decorator for `OPTIONS` requests.
## Contrib
* Files with the `.tera` extension are properly autoescaped.
* Templates with the `.tera` extension are properly autoescaped.
* Nested template names are properly resolved on Windows.
* Template implements `Display`.
* Tera dependency updated to version 0.6.