added is_supported() to see what plugins we can use
[p5sagit/Config-Any.git] / Changes
diff --git a/Changes b/Changes
index 1b5e0e9..840e1c6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,7 +6,9 @@ Revision history for Config-Any
     - when use_ext is on, if a parser throws an error, we throw an error
     - fix case where use_ext is defined and false, but was behaving like
       use_ext => 1
-    - allow loaders to return multiple documents as an array.
+    - allow loaders to return multiple documents as an array
+    - each plugin now has an is_supported() which helps us figure out if
+      the right modules are available
 
 0.08 Thu Aug 23 2007
     - pass config options to each parser