From: Dave Rolsky <autarch@urth.org>
Date: Sat, 23 Apr 2011 00:27:49 +0000 (-0500)
Subject: v0.16
X-Git-Tag: v0.16^0
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d825f19429728e99dcdfbedac344c299433e3dc;p=gitmo%2FMooseX-StrictConstructor.git

v0.16
---

diff --git a/Changes b/Changes
index a628d98..9590625 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 {{$NEXT}}
 
+0.16     2011-04-22
+
 - Don't wrap BUILDALL, since this breaks if the object doesn't inherit from
   Moose::Object (doy).