# Changelog for `numerical-integration` ## 0.1.0.0 - 2023-08-30 First release. ## 0.1.1.0 - 2023-09-18 - New data type `IntegralResult` to store the result (value, error, code), instead of in a triplet. - Replaced `Double` with `CDouble` and `Int` with `CInt`. ## 0.1.2.0 - 2023-09-19 - Avoided `CDouble`. - Completed README. ## 0.1.2.1 - 2023-09-19 - Fixed link to image in README.