Release as 0.15
[Data-Peek.git] / ChangeLog
blob009a222c2e72ed5b075618ee88938e8a6184ad5c
1 2008-09-26 0.15 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3         * Start writing tests for DDump ()
4         * Added DDual ()
6 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
8         * PerlIO is only available in 5.8 and up
9         * Perl 5.6 is a minimal requirement for 'use warnings'
10         * Tests for DPeek ()
11         * 5.8.0 did not export Perl_sv_catpvn ()
12         * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
13         * Tests for DDumper ()
14         * Doc changes
15         * In void context DDumper prints to STDERR
17 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
19         * Initial attempt