Added CHANGES for 0.03
[p5sagit/Devel-Size.git] / CHANGES
1 Revision history for Perl extension Devel::SizeMe.
2
3 0.03 2012-10-04 Tim Bunce
4
5  * Fixup logic and tests to be portable across more perl versions.
6  * Applied some polish to the docs.
7
8 0.02 2012-10-02 Tim Bunce
9
10  * Renamed to Devel::SizeMe.
11  * Assorted fixes, cleanups and polish.
12  * Greatly extended perl_size coverage thanks to rafl.
13
14 0.01 2012-09-29 Tim Bunce
15
16  * Created new Devel::Memory extension using a modified version of
17     Devel::Size's perl memory data crawler, extended to support
18     callbacks, a 'data path name' concept, data streaming,
19     data processing and visualization.
20
21  * The Devel::Memory core was based on 0.77. The generic changes
22     will be fed back to Devel::Size so it will remain the
23     canonical source of knowledge of how to crawl perl internals.
24     Once Devel::Size has the changes then Devel::Memory will use
25     it as the core, but compiled with options to enable the extra
26     features. That way Devel::Size won't have any performance penalty.
27
28  * This is very much experimental 'alpha' software. You're milage will
29     vary and anything may change between releases.