summaryrefslogtreecommitdiffstats
path: root/vendor/libm-0.1.4/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/libm-0.1.4/CHANGELOG.md')
-rw-r--r--vendor/libm-0.1.4/CHANGELOG.md97
1 files changed, 97 insertions, 0 deletions
diff --git a/vendor/libm-0.1.4/CHANGELOG.md b/vendor/libm-0.1.4/CHANGELOG.md
new file mode 100644
index 000000000..28e27055d
--- /dev/null
+++ b/vendor/libm-0.1.4/CHANGELOG.md
@@ -0,0 +1,97 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+This project adheres to [Semantic Versioning](http://semver.org/).
+
+## [Unreleased]
+
+...
+
+## [v0.1.4] - 2019-06-12
+
+### Fixed
+- Restored compatibility with Rust 1.31.0
+
+## [v0.1.3] - 2019-05-14
+
+### Added
+
+- minf
+- fmin
+- fmaxf
+- fmax
+
+## [v0.1.2] - 2018-07-18
+
+### Added
+
+- acosf
+- asin
+- asinf
+- atan
+- atan2
+- atan2f
+- atanf
+- cos
+- cosf
+- cosh
+- coshf
+- exp2
+- expm1
+- expm1f
+- expo2
+- fmaf
+- pow
+- sin
+- sinf
+- sinh
+- sinhf
+- tan
+- tanf
+- tanh
+- tanhf
+
+## [v0.1.1] - 2018-07-14
+
+### Added
+
+- acos
+- acosf
+- asin
+- asinf
+- atanf
+- cbrt
+- cbrtf
+- ceil
+- ceilf
+- cosf
+- exp
+- exp2
+- exp2f
+- expm1
+- expm1f
+- fdim
+- fdimf
+- floorf
+- fma
+- fmod
+- log
+- log2
+- log10
+- log10f
+- log1p
+- log1pf
+- log2f
+- roundf
+- sinf
+- tanf
+
+## v0.1.0 - 2018-07-13
+
+- Initial release
+
+[Unreleased]: https://github.com/japaric/libm/compare/v0.1.4...HEAD
+[v0.1.4]: https://github.com/japaric/libm/compare/0.1.3...v0.1.4
+[v0.1.3]: https://github.com/japaric/libm/compare/v0.1.2...0.1.3
+[v0.1.2]: https://github.com/japaric/libm/compare/v0.1.1...v0.1.2
+[v0.1.1]: https://github.com/japaric/libm/compare/v0.1.0...v0.1.1