1# Change Log
2
3All notable changes to this project will be documented in this file.
4This project adheres to [Semantic Versioning](http://semver.org/).
5
6## [Unreleased]
7
8...
9
10## [v0.1.4] - 2019-06-12
11
12### Fixed
13- Restored compatibility with Rust 1.31.0
14
15## [v0.1.3] - 2019-05-14
16
17### Added
18
19- minf
20- fmin
21- fmaxf
22- fmax
23
24## [v0.1.2] - 2018-07-18
25
26### Added
27
28- acosf
29- asin
30- asinf
31- atan
32- atan2
33- atan2f
34- atanf
35- cos
36- cosf
37- cosh
38- coshf
39- exp2
40- expm1
41- expm1f
42- expo2
43- fmaf
44- pow
45- sin
46- sinf
47- sinh
48- sinhf
49- tan
50- tanf
51- tanh
52- tanhf
53
54## [v0.1.1] - 2018-07-14
55
56### Added
57
58- acos
59- acosf
60- asin
61- asinf
62- atanf
63- cbrt
64- cbrtf
65- ceil
66- ceilf
67- cosf
68- exp
69- exp2
70- exp2f
71- expm1
72- expm1f
73- fdim
74- fdimf
75- floorf
76- fma
77- fmod
78- log
79- log2
80- log10
81- log10f
82- log1p
83- log1pf
84- log2f
85- roundf
86- sinf
87- tanf
88
89## v0.1.0 - 2018-07-13
90
91- Initial release
92
93[Unreleased]: https://github.com/japaric/libm/compare/v0.1.4...HEAD
94[v0.1.4]: https://github.com/japaric/libm/compare/0.1.3...v0.1.4
95[v0.1.3]: https://github.com/japaric/libm/compare/v0.1.2...0.1.3
96[v0.1.2]: https://github.com/japaric/libm/compare/v0.1.1...v0.1.2
97[v0.1.1]: https://github.com/japaric/libm/compare/v0.1.0...v0.1.1
98