File tree 1 file changed +27
-1
lines changed
1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,30 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
...
9
9
10
+ ## [ v0.2.1] - 2019-11-22
11
+
12
+ ### Fixed
13
+ - sincosf
14
+
15
+ ## [ v0.2.0] - 2019-10-18
16
+
17
+ ### Added
18
+ - Benchmarks
19
+ - signum
20
+ - remainder
21
+ - remainderf
22
+ - nextafter
23
+ - nextafterf
24
+
25
+ ### Fixed
26
+ - Rounding to negative zero
27
+ - Overflows in rem_pio2 and remquo
28
+ - Overflows in fma
29
+ - sincosf
30
+
31
+ ### Removed
32
+ - F32Ext and F64Ext traits
33
+
10
34
## [ v0.1.4] - 2019-06-12
11
35
12
36
### Fixed
@@ -90,7 +114,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
90
114
91
115
- Initial release
92
116
93
- [ Unreleased ] : https://github.com/japaric/libm/compare/v0.1.4...HEAD
117
+ [ Unreleased ] : https://github.com/japaric/libm/compare/v0.2.1...HEAD
118
+ [ v0.2.1 ] : https://github.com/japaric/libm/compare/0.2.0...v0.2.1
119
+ [ v0.2.0 ] : https://github.com/japaric/libm/compare/0.1.4...v0.2.0
94
120
[ v0.1.4 ] : https://github.com/japaric/libm/compare/0.1.3...v0.1.4
95
121
[ v0.1.3 ] : https://github.com/japaric/libm/compare/v0.1.2...0.1.3
96
122
[ v0.1.2 ] : https://github.com/japaric/libm/compare/v0.1.1...v0.1.2
You can’t perform that action at this time.
0 commit comments