summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--dist.ini2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 4712596..876c131 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for MooseX::ABC
+0.03 12/20/2009
+ Allow creation of abstract subclasses of abstract classes
+
0.02 7/10/2009
Fix a warning on make_immutable when extending a class extended from an
abstract class
diff --git a/dist.ini b/dist.ini
index a30c377..00ad369 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = MooseX-ABC
-version = 0.02
+version = 0.03
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs