From 009ee4b3db8bdcad5f465c44e91b6cee1f1a2303 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 1 Jun 2018 10:55:54 -0700 Subject: [PATCH] update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c1f164b6..78db1afe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,10 @@ * Min rustc version is 1.26 +### Removed + +* Remove `Route::with2()` and `Route::with3()` use tuple of extractors instead. + ## [0.6.10] - 2018-05-24