# 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.
## 0.1.2.2 - 2023-09-19
- Updated the cabal file so that the Github actions for Mac work with a recent version of GHC.
## 0.1.2.3 - 2023-09-20
- Added the choice of the desired absolute accuracy (it was fixed to 0 before).