Skip to content

Commit

Permalink
Changes for 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jan 12, 2017
1 parent df77bd9 commit 8b5ba28
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
@@ -1,3 +1,17 @@
## [v3.0.1](https://github.com/ReactTraining/react-router/compare/v3.0.0...v3.0.1)

- Pass transition hook's arguments correctly ([#4123] by @arkist)
- Fix index routes inside async pathless routes ([#4147] by @taurose)
- 'to' maybe undefined ([#4216] by @panzj)
- Fix withRouter error when used without a Router ([#4295] by @dropfen)
- Adding support for escaped parentheses in Route Paths ([#4202] by @sebastiandeutsch)

[#4123]: https://github.com/ReactTraining/react-router/pull/4123
[#4147]: https://github.com/ReactTraining/react-router/pull/4147
[#4216]: https://github.com/ReactTraining/react-router/pull/4216
[#4295]: https://github.com/ReactTraining/react-router/pull/4295
[#4202]: https://github.com/ReactTraining/react-router/pull/4202

## [v3.0.0]
> Oct 24, 2016
Expand Down

0 comments on commit 8b5ba28

Please sign in to comment.