From: Jesse Luehrs <doy@tozt.net>
Date: Sun, 24 Apr 2011 16:14:57 +0000 (-0500)
Subject: changelog
X-Git-Tag: 2.0002~13
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4de95fe98e12725c5610699fbb460e7f18ff2caf;p=gitmo%2FMoose.git

changelog
---

diff --git a/Changes b/Changes
index 5f77f42..9dc34ef 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,17 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+  [ENHANCEMENTS]
+
+  * Provide definition context information for constructors and destructors, so
+    that they will show up as something other than "generated method (unknown
+    origin)". Also, add the package that accessors are defined in to their
+    definition context.
+
+  [BUG FIXES]
+
+  * Stop hiding warnings produced by throwing errors in DEMOLISH methods.
+
 2.0001 Fri, Apr 22, 2011
 
   [ENHANCEMENTS]