Skip to content

Commit c2783a3

Browse files
committed
update changelog
1 parent 3fbe67b commit c2783a3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
2.10.2
5+
------
6+
7+
### Fixed
8+
9+
* The fix about overwriting flash messages on multiple redirects introduced in
10+
version 2.9.1 created the risk of losing flash messages when redirecting to a
11+
path that is outside the firewall or destroys the session.
12+
This version hopefully fixes both cases. Existing flash messages in a request
13+
cookie are merged with new flash messages from the session.
14+
415
2.10.1
516
------
617

@@ -22,9 +33,9 @@ Changelog
2233

2334
### Fixed
2435

25-
* 2.9.1 fixed overwriting flash messages on multiple redirects, but introduced
26-
a risk to lose flash messages when redirecting to a path that is outside the
27-
firewall or destroys the session.
36+
* The fix about overwriting flash messages on multiple redirects introduced in
37+
version 2.9.1 created the risk of losing flash messages when redirecting to a
38+
path that is outside the firewall or destroys the session.
2839
This version hopefully fixes both cases. Existing flash messages in a request
2940
cookie are merged with new flash messages from the session.
3041

0 commit comments

Comments
 (0)