Refactored Middleware::Session to call ->state and ->store inside more
[catagits/Web-Session.git] / Changes
CommitLineData
d94ab365 1Revision history for Perl extension Plack::Middleware::Session
3b4205cd 2
000c696e 30.03 Thurs. Jan. 7, 2009
4 * Plack::Middleware::Session
5 - change plack.session to psgix.session (plack.session is
6 retained for back-compat, but is deprecated and will be
7 removed in future versions)
8
9 * Plack::Session::Store::File
10 - changed to lock_* versions of the Storaable functions
11 (thanks to Miyagawa)
12
de784fad 130.02 Sat. Dec. 19, 2009
14 - fixed dependency list (RT #52891) (Thanks to Andreas Koenig)
15 - fixed some POD misspellings (Thanks to franckcuny)
16 - fixed streaming interface (Thanks to clkao and miyagawa)
17
536da026 180.01 Tues. Dec. 15, 2009
43852b38 19 - Hello CPAN World!