Skip to content

Commit 9daaf84

Browse files
authored
update changelog
Signed-off-by: GitHub <[email protected]>
1 parent 46d54d4 commit 9daaf84

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 1.0.7 - Unreleased
99

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
1115

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)
1218
- 35% faster implementation of `signum` for all types
1319
- 8% faster implementation of `Eq` for non-zero types
1420
- 4% faster implementation of `Ord` for positives and negatives types

0 commit comments

Comments
 (0)