diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-04-03 21:20:17 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-04-03 21:20:17 +0100 |
commit | 2f962ffe971caa92acaa0d0bff751464e793bb9d (patch) | |
tree | c85ee06f8614db6440b79813618d6a3205e862b5 /NEWS | |
parent | 1da6606f9bcae41b601a016e38f90b89fb1f8a1a (diff) |
Add a NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +Bustle 0.2 (UNRELEASED) +======================= + +Enhancements: + + * Add a menu item to save a PDF of the diagram. + + * Show the elapsed time between a method call and its return. + + * Add new tools to count method calls and signals, sum the total time + spent per method call, and generate .dot graphs (Dafydd Harries). + +Fixes: + + * Don't crash on empty logs, or logs containing calls on interface + "<none>". + + * Compile with new Gtk2HS and GHC 6.10 (Chris Lamb). + +Bustle 0.1 (2008-11-13) +======================= + +Initial release. + +vim: tw=72 |