X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Changes;h=fa799ac374f24f2847b768b8ede04568671bb9e7;hb=d710d6cd21be21c0ab2df3566c2bd61d9015cac6;hp=12a29df4e47808826679d3e553c0ca979b7c9060;hpb=3fe8e76eb82e9d74f656674c5ba913950e166ab1;p=chaz%2Fp5-CGI-Ex diff --git a/Changes b/Changes index 12a29df..fa799ac 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,18 @@ +2.04 2006-07-10 + * Allow for items not in group order to get added to validation correctly in CGI::Ex::Validate. + * Add samples/index.cgi + * Fix samples/app/cgi_ex_* to actually work. + * Added CGI::Ex::JSONDump + * Change Validate to use JSONDump instaed of JSON + * Various perldoc and other bug fixes. + * Removed CGI-Ex.spec - use cpan2rpm or cpan2deb instead. + +2.03 2006-06-10 + * Fix the associativity of operators in Template to match perl + * Allow for multiple prefix operators. + * Change name of parse_variable to parse_expr + * Change name of get_variable to play_expr + 2.02 2006-06-08 * Fix the yaml tests * Add failed_sleep to Auth