1Revision history for Perl extension Heap.
2
30.01  Sun Apr 26 14:37:24 1998
4	- original version; created by h2xs 1.18
5
60.50  (about Apr 28 1998)
7	- first general release
8
90.60  Sun Nov 16 16:58:12 EST 2003
10	- ensured that $elem->heap can be tested for undef
11	  to determine whether it is actually on a heap at
12	  the moment
13	  - requested by Dan Bolser <dmb@mrc-dunn.cam.ac.uk>
14	- fixed bug in Heap::Binary delete
15	  - noted by Arun Bhalla <bhalla@uiuc.edu>
16        - changes to t/test.t
17          - added tests for delete
18	  - made test run against all Heap variants
19	  - made test configurable to get a small test case
20	    for solving bugs
21	- fixed bug in Heap::Binomial delete
22	- Heap::Fibonacci delete worked in tests
23
240.70  Fri Dec  5 00:55:41 EST 2003
25	- finally got around to renaming minimum and
26	  extract_minimum methods to top and extract_top
27	  - prompted by Steve Lembark <lembark@wrkhors.com>
28	  - old names are still supported, but depracated
29
300.71  Thu Jun 17 12:25:36 EDT 2004
31	- fixed a memory leak in Heap::Fibonacci
32	  - the DESTROY method did'nt traverse fully
33	- one final reference to extract_minimum in doc for Heap.pm
34	- both issues reported by Christian Plessl <plessl@tik.ee.ethz.ch>
35