r44@latte: adam | 2006-12-01 00:12:17 -0800
[catagits/Catalyst-Action-REST.git] / Changelog
index 8f73dd1..b461037 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -5,12 +5,12 @@ Thu Nov 30 23:51:04 PST 2006 (adam)
          of the default sub.  (daisuke++ pointed out the inconsistency and
          provided a patch, and I added the foo_not_implemented support)
 
-    Added in automated OPTIONS handler, which constructs the allow
+       Added in automated OPTIONS handler, which constructs the allow
          header for you, just like the 405 handler.  Can be overridden
          with a normal _METHOD sub.
 
        Refactored Test::Rest, so that it uses closures to create the
-       very similar $test->method() subs.
+         very similar $test->method() subs.
 
        Added tests for Catalyst::Action::REST.