* Version 1.0.0 (stable) - API 1.0.0 (stable) - 2006-02-01

* Fixed method name capitol bug in Math_Numerical_RootFinding::factory(), thanks to Keith Palmer Jr.
* Now all method driver names are using insensitive-case alias
* Converted all header comment block into current coding standard
* Added Matthew Fonda as package co-lead
* This is first stable version release

* Version 0.1.0 (alpha) - API 0.1.0 (alpha) - 2004-03-24

Initial release of Math_Numerical_RootFinding

* Version 0.2.0 (alpha) - API 0.2.0 (alpha) - 2004-07-10

- Extremely API break.
- Changed Math_Numerical_RoofFinding class 
  type to container and abstract class.
- Separated the method to a class.
- Added new classes:
 o Math_Numerical_RootFinding_Bracketing
 o Math_Numerical_RootFinding_Open
 o Math_Numerical_RootFinding_bisection
 o Math_Numerical_RootFinding_falseposition
 o Math_Numerical_RootFinding_fixedpoint
 o Math_Numerical_RootFinding_newtonraphson
 o Math_Numerical_RootFinding_secant
 o Math_Numerical_RootFinding_ralstonrabinowitz
 o Math_Numerical_RootFinding_newtonraphson2
- Fixed algorithm for all methods.
- Added new support method Ralston and
  Rabinowitz
- Added new support method Newton-Raphson2
- Divergency testing in Open methods, now
  completely done for all of iteration.

* Version 0.3.0 (alpha) - API 0.3.0 (alpha) - 2005-01-18

- changed license into BSD License
- removed file 'Bracketing.php'
- removed file 'Open.php'
- introduce new abstract class
  Math_Numerical_RootFinding_Common
- renamed all method filenames to uppercase
  first letter
- fixed Bug #2897: Capitalization type in
  falseposition.php
- renamed all compute function names from
  method name e.g bisection() into compute()
- added new function infoCompute() to provide
  information about compute function arguments
- applied divergent testing into all methods

* Version 1.0.0 (stable) - API 1.0.0 (stable) - 2006-02-01

* Fixed method name capitol bug in Math_Numerical_RootFinding::factory(), thanks to Keith Palmer Jr.
* Now all method driver names are using insensitive-case alias
* Converted all header comment block into current coding standard
* Added Matthew Fonda as package co-lead
* This is first stable version release

