[t/spec] Partial update to trig test generating code to be smarter.
[pugs.git] / ext / CGI / ChangeLog
blob3f837d4ba7f6a781c50deee0620b2e0d1c1d3452
1 * change 'cookies' attribute spelling to 'cookie', to stay consistent
2 with Perl5. (We could add "cookies" as an alias if you feel strongly...).  (Mark Stosberg)
3 * Support for "charset" is improving, but still needs a charset method, and 
4 a hook in header(). See CGI.pm-p5 for a reference on this. (Mark Stosberg)
5 * Added basic tests for escapeHTML and unescapeHTML, which exposed basic problems
6 with them. They should now be be basically working. (Mark Stosberg)
7 * Implement code/docs for "as_yaml", a new method to dump the params as yaml
8 (Mark Stosberg)
9 * Implement code/docs/test for Dump function from p5:CGI (Mark Stosberg)
10 * Use 'type' rather than 'content_type', for compatibility with p5:CGI 
11 (Mark Stosberg)
12 * Only send the Content-Type header if we have a content-type (Mark Stosberg)
13 * Only send "Status: " header if it's a redirect, or it's explicitly added.
14 (Mark Stosberg)
16 == Changes for 0.2 Fri Aug 25 20:55:43 EDT 2006
17 * Allow Initializing the object with your hash of params (Mark Stosberg)
18 * Added new test for PATH_INFO (Mark Stosberg)
20 == Changes for 0.1  Fri Aug 25 19:23:20 EDT 2006
21 * refactored into an OO-only module, breaking 
22 backwards compatibility. (Mark Stosberg)
24 == Changes for 0.0.1
26 * changelog created May 5, 2005