[Moose-commits] r7364 - Class-MOP/trunk
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Thu Jan 22 22:21:43 GMT 2009
Author: autarch
Date: 2009-01-22 14:21:43 -0800 (Thu, 22 Jan 2009)
New Revision: 7364
Modified:
Class-MOP/trunk/Changes
Log:
update changes
Modified: Class-MOP/trunk/Changes
===================================================================
--- Class-MOP/trunk/Changes 2009-01-22 22:17:42 UTC (rev 7363)
+++ Class-MOP/trunk/Changes 2009-01-22 22:21:43 UTC (rev 7364)
@@ -1,5 +1,20 @@
Revision history for Perl extension Class-MOP.
+0.76
+ * Class::MOP::Method::Generated
+ - Added new private methods to support code generation, which
+ are being used by Moose and can be used by MooseX
+ authors. (mst)
+ - Generated methods are now generated with a #line directive
+ reflecting the source of the generated method. (nothingmuch)
+
+ * Class::MOP::Class
+ - Clarified documentation of methods that return
+ Class::MOP::Method objects. (doy)
+
+ * Class::MOP
+ - Clarified documentation of the metaclass cache methods. (Sartak)
+
* Tests
- Add test showing how the xs Class::MOP::is_class_loaded can
be made to operate differently to the pure perl version (t0m)
More information about the Moose-commits
mailing list