s/cleanup/remove/ in Store API
[catagits/Web-Session.git] / Changes
1 Revision history for Perl extension Plack::Middleware::Session
2
3 0.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
13 0.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
18 0.01 Tues. Dec. 15, 2009
19     - Hello CPAN World!