Session, fixed bug in algorithm detection, it was always choosing SHA-256
[catagits/Catalyst-Plugin-Session.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session
2
3 0.03
4         - Lazify loading of session data for better performance and less chance
5           of race conditions
6         - support for $c->flash a la Ruby on Rails
7         - Fixed bug in sessionid algorithm detection.
8
9 0.02    2005-11-23 09:40:00
10         - Doc fixes
11         - No more -Engine=Test
12
13 0.01    2005-11-14 12:41:00
14         - Initial release.