From 2a1092b2bfb6ec453ac118be4d52a0e5482df386 Mon Sep 17 00:00:00 2001 From: Jimmy Jia Date: Thu, 10 Mar 2016 19:16:29 -0500 Subject: [PATCH] Fix changelog --- CHANGES.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fefa51c20b..f58855875d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,20 +1,23 @@ ## [HEAD] > Unreleased +[HEAD]: https://github.com/reactjs/react-router/compare/latest...HEAD + ## [v2.0.1] > March 9, 2016 -- Fixed bug where transition hooks were not called on child routes of - parent's whose params changed but the child's did not. ([#3166]) - -[#3166][https://github.com/reactjs/react-router/pull/3166] +- **Bugfix:** Call transition hooks on child routes of parents whose params +changed but the child's did not. ([#3166]) +- **Minor:** Remove support for installing from source ([#3164]) -[HEAD]: https://github.com/reactjs/react-router/compare/v2.0.0...HEAD +[v2.0.1]: https://github.com/reactjs/react-router/compare/v2.0.0...v2.0.1 +[#3164]: https://github.com/reactjs/react-router/pull/3164 +[#3166]: https://github.com/reactjs/react-router/pull/3166 ## [v2.0.0] > Feb 10, 2016 -- Add back basename support in `match` ([#3054]) +- **Bugfix:** Add back basename support in `match` ([#3054]) [v2.0.0]: https://github.com/reactjs/react-router/compare/v2.0.0-rc6...v2.0.0 [#3054]: https://github.com/reactjs/react-router/pull/3054 @@ -23,9 +26,9 @@ > Feb 5, 2016 - **Breaking:** Removed default top-level `` export ([#2906]) -- Use history.createLocation where possible ([#2910]) -- Fix initial routing state after `match` ([#2965]) -- Reduce stack size from matching routes ([#2923]) +- **Bugfix:** Use history.createLocation where possible ([#2910]) +- **Bugfix:** Fix initial routing state after `match` ([#2965]) +- **Minor:** Reduce stack size from matching routes ([#2923]) [v2.0.0-rc6]: https://github.com/reactjs/react-router/compare/v2.0.0-rc5...v2.0.0-rc6 [#2906]: https://github.com/reactjs/react-router/pull/2906