Skip to content

Commit 67c2444

Browse files
committed
Update changelog for release
1 parent 1c46e2c commit 67c2444

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

CHANGES.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
## [HEAD] \(v2.4.0\)
2-
> Unreleased
1+
## [v2.4.0]
2+
> April 28, 2016
33
44
- **Feature:** Add `withRouter` higher-order component for injecting `props.router` ([#3352])
55
- **Minor:** Add React as a peer dependency ([#3361])
66
- **Minor:** Upgrade to Babel 6 ([#3362])
7+
- **Minor:** Add `target` to `propTypes` for `<Link>` ([#3397])
78

8-
[HEAD]: https://github.com/reactjs/react-router/compare/latest...HEAD
9-
[#3352]: https://github.com/reactjs/react-router/issues/3352
10-
[#3361]: https://github.com/reactjs/react-router/issues/3361
11-
[#3362]: https://github.com/reactjs/react-router/issues/3362
9+
[v2.4.0]: https://github.com/reactjs/react-router/compare/v2.3.0...v2.4.0
10+
[#3352]: https://github.com/reactjs/react-router/pull/3352
11+
[#3361]: https://github.com/reactjs/react-router/pull/3361
12+
[#3362]: https://github.com/reactjs/react-router/pull/3362
13+
[#3397]: https://github.com/reactjs/react-router/pull/3397
1214

1315

1416
## [v2.3.0]
@@ -19,9 +21,9 @@
1921
- **Minor:** Move ES module build back to `es6/` to avoid breaking people who were incorrectly importing from `react-router/es6` ([#3334])
2022

2123
[v2.3.0]: https://github.com/reactjs/react-router/compare/v2.2.4...v2.3.0
22-
[#3327]: https://github.com/reactjs/react-router/issues/3327
23-
[#3334]: https://github.com/reactjs/react-router/issues/3334
24-
[#3349]: https://github.com/reactjs/react-router/issues/3349
24+
[#3327]: https://github.com/reactjs/react-router/pull/3327
25+
[#3334]: https://github.com/reactjs/react-router/pull/3334
26+
[#3349]: https://github.com/reactjs/react-router/pull/3349
2527

2628

2729
## [v2.2.4]

0 commit comments

Comments
 (0)