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