Changelog, version bump
[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         - Separate __expires from the session data - we write it every time
9         - Lazify saving of session data for better performance and less chance
10           of race conditions
11
12 0.02    2005-11-23 09:40:00
13         - Doc fixes
14         - No more -Engine=Test
15
16 0.01    2005-11-14 12:41:00
17         - Initial release.