update changelog
[gitmo/Algorithm-C3.git] / Changes
CommitLineData
c0b91998 1Revision history for Perl extension Algorithm-C3.
2
6318dbac 3 - convert to use ExtUtils::MakeMaker using distar
4 - include repo and bugtracker metadata
5
e6ea26dc 60.08 Thu. May 28, 2009
7 - Fix a couple of doc typos.
8 - Don't create a fake Makefile.PL.
9
2aecbee9 100.07 Mon. May 14, 2007
11 - Some very small optimizations had been
12 gathering in the repo for a while, this
13 gets them out to CPAN. Probably won't
14 notice much difference except in extreme
15 cases.
16
8111d787 170.06 Fri. Nov. 17, 2006
21f53c4c 18 - Added tests from konobi
19 - Added some other new tests too
20 - Fixed infinite loop on recursive heirarchies
21
badc07da 220.05 Fri. Aug. 25, 2006
ca604ce2 23 - Add the ability for the caller to supply a persistent
24 merge cache hashref
25
e48044f1 260.04 Wed. Aug. 09, 2006
27 - Remove accidental "use Class::C3" from t/006_complex_merge.t
28 (no functional changes from 0.03)
29
7946639b 300.03 Tue. Aug. 08, 2006
31 - New test + bugfix for RT#20879
32
f4e5601f 330.02 Sun. Jul. 30, 2006
34 - code refactored for speed by Brandon L. Black
ce83d567 35
aed74b25 360.01 Wed. Feb. 15, 2006
ce83d567 37 - initial release, code and tests taken from Class::C3