CHANGELOG

0.0.3
- Added support for mpf_get_str
- Added (make-mp_exp_t_p) function
- Added the (deref-mp_exp_t_p) function call
- Added the (define-XXXNotImplemented) macro for not implemented(yet) calls
- Added -hygienic to the build system for r5rs macros
- Added validation code for all of the mpf_* calls
- Added TODO file
- Updated README to incluide a small example and better content

0.0.2
- Added the LGPL (same as GNU MP)
- Turned on some optimization flags for chicken to produce better code
- Fixed a bug in the ffi for mpq_set_z
- Fixed the make files to add -Wno-ununsed so I can get rid of the numerous
	unused variable warnings generated in chicken code, but still see other
	important warnings that need fixing.

0.0.1
- Finished the rational validation code
- Fixed the build system to produce a real library you can link against.
	This still needs some work.
- Added this file.
- Updated the README.
- added an INSTALL file.

0.0.0
- first release
