back out 'bare' attribute changes (moving to a branch)
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 6a7d3cb..1d1f1df 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,6 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-0.XX
-    * Moose::Meta::Attribute
-      - When adding an attribute to a metaclass, if the attribute has no
-        methods associated with, it will now throw an error. (hdp)
-
 0.83 Tue, Jun 23, 2009
     * Moose::Meta::Class
       - Fix _construct_instance not setting the special __MOP__ object