From 8d24091e9c97cf5f2b4ea9695b9cdb4954a2a0e3 Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Mon, 10 Oct 2016 07:44:59 +1100 Subject: [PATCH] Fix changelog --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7129c70..eaa54fa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ ## [v0.0.2] > Oct 10, 2016 -- **Feature:** When matching routes with `matchRoute`, the matched params are now provided as `params` on the returned object ([#6]) -- **Breaking:** The matched routes are now available as `matchedRoutes` on the object returned by `matchRoutes`, which previously returned an array ([#6]) +- **Feature:** When matching routes with `matchRoutesToLocation`, the matched params are now provided as `params` on the returned object ([#6]) +- **Breaking:** The matched routes are now available as `matchedRoutes` on the object returned by `matchRoutesToLocation`, which previously returned an array ([#6]) [v0.0.2]: https://github.com/ReactTraining/react-router-addons-routes/compare/v0.0.1...v0.0.2 [#6]: https://github.com/ReactTraining/react-router-addons-routes/pull/6