Attribute-Handlers: backfill Changes

This is not extremely detailed, but gives a bit of info about what
has changed, for CPAN release notes readers.
This commit is contained in:
Ricardo Signes 2025-08-27 10:41:29 -04:00
parent 15db6fbee5
commit ea3152d197

View File

@ -1,5 +1,18 @@
Revision history for Perl extension Attribute-Handlers
1.03 2022-10-17 (perl core only)
- reduce how much code is in a string eval, to make debugging simpler
1.02 2022-02-25 (perl core only)
- fix __CALLER__ handling in Attribute::Handlers
- wrap any existing import in the Attribute::Handlers import
1.01 2017-09-12 (perl core only)
- replace "use vars" with "our" variables
1.00 2016-01-18 (perl core only)
- remove deprecated no-op :unique and :locked attributes
0.99 Fri Jul 24 18:44:48 EDT 2015
- CPAN release of v0.97 code