Skip to content

Commit

Permalink
Merge pull request #3171 from taion/fix-changelog
Browse files Browse the repository at this point in the history
Fix changelog
  • Loading branch information
taion committed Mar 11, 2016
2 parents 54259c8 + 2a1092b commit 6d7194c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -23,9 +26,9 @@
> Feb 5, 2016
- **Breaking:** Removed default top-level `<Router>` 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
Expand Down

0 comments on commit 6d7194c

Please sign in to comment.