X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=ChangeLog;h=3651a43ed826de81f71ca44b390fb2cf82a5be1d;hp=97552930692764aa0abd1e84139d8b4ec479f60a;hb=86e082409eeb8df843893486f92273c0e46d7637;hpb=5b5f13004fe16542da2b113b9b45157ceccef343 diff --git a/ChangeLog b/ChangeLog index 9755293..3651a43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,16 @@ -2007-12-27 Ævar Arnfjörð Bjarmason +2007-12-27 Ævar Arnfjörð Bjarmason (0.04) * Plugin.(xs|h): Fix up prototypes to match the callbacks in the actual 5.10 release + * Plugin.xs: Dumped CODE: in favor of PPCODE:, the former is teh sux + * Plugin.xs: Minor cleanups here and there + * Plugin.pod: New todo and a developer release notice + * Plugin.[h|pm]: Named buffer callbacks + * t/methods/stash.t: Test return value of $rx->stash({}); + * t/methods/str/modify.t: New test for modification of ->str when + a reference is used + * t/methods/str/types.t: This was testing pattern types, fixed + * t/Example.[t|pm]: Moved to t/usage + 2007-05-17 Ævar Arnfjörð Bjarmason (0.03)