Revision history for Perl extension Finance::Math::IRR

0.01  2006-12-15
	- first working version

0.02  2006-12-18
        - differentiate bugs from failures when calling secant() and brent()
        - update module dependencies

0.03  2007-01-04
        - handle precision correctly
        - POD updates

0.04  2007-01-04
        - fix broken link

0.05  2007-02-20
        - require version 0.05 of Math::Polynom

0.06  2007-02-20
        - more robust strategy: handle when the secant method
          converges toward a value that is not a root
        - more tests