Skip to content

Commit 98c21c7

Browse files
authored
Update CHANGELOG.md (rust-lang#245)
1 parent fe396e0 commit 98c21c7

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
...
99

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+
1034
## [v0.1.4] - 2019-06-12
1135

1236
### Fixed
@@ -90,7 +114,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
90114

91115
- Initial release
92116

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
94120
[v0.1.4]: https://github.com/japaric/libm/compare/0.1.3...v0.1.4
95121
[v0.1.3]: https://github.com/japaric/libm/compare/v0.1.2...0.1.3
96122
[v0.1.2]: https://github.com/japaric/libm/compare/v0.1.1...v0.1.2

0 commit comments

Comments
 (0)