We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c694c65 commit 7be341fCopy full SHA for 7be341f
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## 1.0.5 - Unreleased
9
+
10
+### Added
11
12
+- Add [`midpoint`](https://doc.rust-lang.org/core/primitive.f32.html#method.midpoint) method for (rust>=85)
13
+- Method `get` is now `const`
14
+- When possible, floats methods are const (rust>=1.85)
15
16
## 1.0.4 - 2025-03-11
17
18
### Security
0 commit comments