From: Dave Rolsky <autarch@urth.org>
Date: Tue, 23 Jun 2009 19:18:26 +0000 (-0500)
Subject: Add release date
X-Git-Tag: 0.83^0
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f6dcc27d137126b1f2d425712d780246de1d842;p=gitmo%2FMoose.git

Add release date
---

diff --git a/Changes b/Changes
index 1bea617..1d1f1df 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,7 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-0.83
+0.83 Tue, Jun 23, 2009
     * Moose::Meta::Class
       - Fix _construct_instance not setting the special __MOP__ object
         key in instances of anon classes. (doy)