From 2852c526c35c0513e61694a8d2f887d8046ca989 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 31 Dec 2016 02:08:43 -0600 Subject: [PATCH] Fix minor typos in CHANGELOG. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecba3489..cee28968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.