reformat Changes
Matt S Trout [Thu, 24 Feb 2011 20:30:33 +0000 (20:30 +0000)]
Add spaces in front of changes entries to bring them in line with the
rest of my projects

Changes

diff --git a/Changes b/Changes
index 276af99..998e075 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,30 +1,30 @@
-- add / to excluded characters in attribute names to correctly parse <br/> 
+  - add / to excluded characters in attribute names to correctly parse <br/> 
 
 0.009004 2011-02-14
 
-- Large chunks of documentation improvements from jnareb
-- apply_if method from ocharles
-- selector improvements and bugfixes (jnareb, mst)
+  - Large chunks of documentation improvements from jnareb
+  - apply_if method from ocharles
+  - selector improvements and bugfixes (jnareb, mst)
 
 0.009003 2010-10-12
 
-- mst is an idiot and forgot to add strictures.pm as a dependency
+  - mst is an idiot and forgot to add strictures.pm as a dependency
 
 0.009002 2010-10-12
 
-- Added support for more selector syntax support including: 
-    element#id
-    element.class
-    element[attr=foo]
-    element[attr*=foo]
-    element[attr~=foo]
-    element[attr]
-    element[attr^=foo]
-    [attr=foo]
-- HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder
-- Improved documentation, including documentation for HTML::Zoom::FilterBuilder.
-- Lots of other refactoring, internal improvements & bugfixes!
+  - Added support for more selector syntax support including: 
+      element#id
+      element.class
+      element[attr=foo]
+      element[attr*=foo]
+      element[attr~=foo]
+      element[attr]
+      element[attr^=foo]
+      [attr=foo]
+  - HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder
+  - Improved documentation, including documentation for HTML::Zoom::FilterBuilder.
+  - Lots of other refactoring, internal improvements & bugfixes!
 
 0.009001 2010-03-17
 
-- First release
+  - First release