We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 674a1d4 + f17c4b7 commit 26ea1aaCopy full SHA for 26ea1aa
CHANGES.md
@@ -1,3 +1,12 @@
1
+## [v2.4.1]
2
+> May 19, 2016
3
+
4
+- **Bugfix:** Don't crash on invalid URI components in params ([#3453])
5
6
+[v2.4.1]: https://github.com/reactjs/react-router/compare/v2.4.0...v2.4.1
7
+[#3453]: https://github.com/reactjs/react-router/pull/3453
8
9
10
## [v2.4.0]
11
> April 28, 2016
12
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router",
- "version": "2.4.0",
+ "version": "2.4.1",
"description": "A complete routing library for React",
"files": [
"*.md",
0 commit comments