We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3df280 commit cb581b8Copy full SHA for cb581b8
libm/CHANGELOG.md
@@ -8,6 +8,14 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [0.2.17](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.16...libm-v0.2.17) - 2026-02-07
12
+
13
+### Other
14
15
+- Fix acoshf and acosh for negative inputs
16
+- Allow unstable_name_collisions
17
+- Merge ref '44e34e1ac6d7' from rust-lang/rust
18
19
## [0.2.16](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.15...libm-v0.2.16) - 2025-12-07
20
21
### Fixed
libm/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libm"
3
-version = "0.2.16"
+version = "0.2.17"
4
authors = [
5
"Alex Crichton <alex@alexcrichton.com>",
6
"Amanieu d'Antras <amanieu@gmail.com>",
0 commit comments