bump README version too
[gitmo/Algorithm-C3.git] / Changes
CommitLineData
c0b91998 1Revision history for Perl extension Algorithm-C3.
2
21f53c4c 30.06 XXX Not Yet Released
4 - Added tests from konobi
5 - Added some other new tests too
6 - Fixed infinite loop on recursive heirarchies
7
badc07da 80.05 Fri. Aug. 25, 2006
ca604ce2 9 - Add the ability for the caller to supply a persistent
10 merge cache hashref
11
e48044f1 120.04 Wed. Aug. 09, 2006
13 - Remove accidental "use Class::C3" from t/006_complex_merge.t
14 (no functional changes from 0.03)
15
7946639b 160.03 Tue. Aug. 08, 2006
17 - New test + bugfix for RT#20879
18
f4e5601f 190.02 Sun. Jul. 30, 2006
20 - code refactored for speed by Brandon L. Black
ce83d567 21
aed74b25 220.01 Wed. Feb. 15, 2006
ce83d567 23 - initial release, code and tests taken from Class::C3