Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Oct 9, 2016
1 parent cb90a22 commit 8d24091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8d24091

Please sign in to comment.