Skip to content

Commit

Permalink
3.0.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jan 18, 2017
1 parent 37dc2fe commit e9d1da4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.md
@@ -1,11 +1,16 @@
## [v3.0.2](https://github.com/ReactTraining/react-router/compare/v3.0.1...v3.0.2)
> Jan 18, 2017
- Re-add module entry to package.json

## [v3.0.1](https://github.com/ReactTraining/react-router/compare/v3.0.0...v3.0.1)
> Jan 12, 2017
- 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)
- 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
Expand Down

0 comments on commit e9d1da4

Please sign in to comment.