Preparing A::H for CPAN release, upped version to 0.77
[p5sagit/p5-mst-13.2.git] / lib / Attribute / Handlers / README
index c9e067c..2931c35 100644 (file)
@@ -1,5 +1,5 @@
 ==============================================================================
-                Release of version 0.76 of Attribute::Handlers
+                Release of version 0.77 of Attribute::Handlers
 ==============================================================================
 
 
@@ -51,15 +51,24 @@ COPYRIGHT
 
 ==============================================================================
 
-CHANGES IN VERSION 0.76
+0.77   Sat Jun  8 22:58:56 CEST 2002
 
+       - Since Attribute::Handlers now is core, I will refer to changes
+       with their patch number, please read  Porting/repository.pod from
+       your a perl tarball for more information.
 
-       - Fixed documentation nit (thanks Rick)
+       - Brought up to date with perl 5.8RC1 version 
+       will be 5.8 if no more changes come in
 
-       - Improving intuitiveness of autotie mechanism (thanks Marcel)
+       - [#13686] This changes the behaviour of lexical attributes.
+       Prior to this lexical attributes were done at a compile time, 
+       and they would loose their attribute on the next run over them.
+       Now perl 5.8 calls the attribute handler runtime whenever it hits my.
 
-       - Added $VERSION numbrs to demo modules (seems bizarre to me, but
-         they're core too now).
+       - [#14448] Fixes cases with too high refcounts on lexical attributes
+
+       - [#15945] Do not warn about too late CHECK and INIT block if
+       A::H is pulled in using a require.
 
 
 ==============================================================================