Tests for setup_stats, its all good..
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 34b771a..0f3b2c4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,10 @@
+Bugs:
+   - Make logging levels properly additive.
 
-  - Add Class::Accessor compats
-    * Catalyst::Request
-    * Catalyst::Response
-    * Catalyst::Dispatcher
-    * Catalyst::Request::Upload
-    * Catalyst::Action
-    * Catalyst::ActionChain
-    * Catalyst::ActionContainer
-    * Catalyst::Log
-    * Catalyst::Exception
-
-  - Make classes immutable at setup() time
+   - Chained bugs in http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master
+
+Compatibility:
+
+   - $self->config should warn as config should only ever be called as a
+     class method.