Changelog message. :)
Paul Driver [Fri, 18 Jul 2008 20:51:52 +0000 (20:51 +0000)]
Changes

diff --git a/Changes b/Changes
index 0d8b305..dd1d7e7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,10 @@ Revision history for Perl extension Moose
         created so that the process can be more easily 
         overridden by subclasses (stevan)
 
+      - implemented Sartak's idea for
+        before/after/around triggers, should be
+        backcompat with plain CODE refs. (frodwith)
+
     * Moose::Meta::TypeConstraint
       - fixing what is passed into a ->message with 
         the type constraints (RT #37569)