You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## 1.0.7 - Unreleased
9
9
10
-
### Added
10
+
### Fixed
11
+
12
+
- Panic when using `as_const!` with non-const values [#229](https://github.com/tdelmas/typed_floats/pull/229)
13
+
14
+
### Changed
11
15
16
+
- Use `build.rs` instead of custom scripts [#232](https://github.com/tdelmas/typed_floats/pull/232)
17
+
- Moved `criterion` benchmarks to a separate crate, allowing to use the latest version without breaking the 1.70 MSRV [#234](https://github.com/tdelmas/typed_floats/pull/234)
12
18
- 35% faster implementation of `signum` for all types
13
19
- 8% faster implementation of `Eq` for non-zero types
14
20
- 4% faster implementation of `Ord` for positives and negatives types
0 commit comments