From: Arthur Axel "fREW" Schmidt <frioux@gmail.com>
Date: Tue, 27 Apr 2010 02:37:59 +0000 (+0000)
Subject: Changes
X-Git-Tag: 0.03001~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d2490e1ce1f65d6e0138f6333284f63bfea1063;p=dbsrgits%2FDBIx-Class-Tree.git

Changes
---

diff --git a/Changes b/Changes
index 704e754..cf049ba 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 
 Revision history for DBIx::Class::Tree
 
+0.03001 2010-04-25
     - Fixed the parents (note the plural) relationship to
       not have cascade_copy set by default
 
@@ -28,7 +29,7 @@ Revision history for DBIx::Class::Tree
     - Added a validation override for set_primary_key().
     - Removed the _grouping_clause override method.
     - Created a TODO document.
-    - attach_child() attach_sibling() now accept more than 
+    - attach_child() attach_sibling() now accept more than
       one object to attach.
     - Added tests for Ordered.
     - Renamed Positional as Ordered.