Skip to content

Commit 1599996

Browse files
committed
Update changelog for release
1 parent a48fdd9 commit 1599996

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGES.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
## [HEAD]
2-
> Unreleased
1+
## [v2.3.0]
2+
> April 18, 2016
33
4-
- **Feature:** Added `applyRouterMiddleware` ([#3327])
4+
- **Feature:** Add `applyRouterMiddleware` for extending router rendering ([#3327])
5+
- **Feature/Deprecation:** Add `routerShape` and `locationShape` as top-level exported prop types, and deprecate all the old prop types, including the ones that were previously incorrectly removed ([#3349])
6+
- **Minor:** Move ES module build back to `es6/` to avoid breaking people who were incorrectly importing from `react-router/es6` ([#3334])
57

6-
[HEAD]: https://github.com/reactjs/react-router/compare/v2.2.4...master
8+
[v2.3.0]: https://github.com/reactjs/react-router/compare/v2.2.4...v2.3.0
79
[#3327]: https://github.com/reactjs/react-router/issues/3327
10+
[#3334]: https://github.com/reactjs/react-router/issues/3334
11+
[#3349]: https://github.com/reactjs/react-router/issues/3349
12+
813

914
## [v2.2.4]
1015
> April 15, 2016

0 commit comments

Comments
 (0)