Skip to content

Commit 424f9c1

Browse files
committed
Update CHANGELOG
1 parent f36dab4 commit 424f9c1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# CHANGELOG
22

3-
## 0.16.0
3+
## 0.16.0 (unreleased)
44

55
- Add `QuerystringKeyEnvironment` which keeps routing state as param in a
66
querystring.
77

88
- Add `LocalStorageKeyEnvironment` which keeps routing state as value in the
99
localStorage.
1010

11+
## 0.15.3
12+
13+
- RouterMixin doesn't specify onNavigation/onBeforeNavigation in
14+
getDefaultProps and thus allows to specify them in user code (#22).
15+
16+
## 0.15.2
17+
18+
- Fix bug with require('./environment') using an invalid case.
1119

1220
## 0.15.1
1321

0 commit comments

Comments
 (0)