We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99c169 commit 970f066Copy full SHA for 970f066
1 file changed
RELEASES.md
@@ -28,6 +28,10 @@
28
- Added `PrimitiveNumber::midpoint`
29
- Removed `Primitive{Float,Signed,Unsigned}::midpoint`
30
31
+# Release 0.2.4 (2025-12-20)
32
+
33
+- Backported `PrimitiveInteger::from_str_radix` from 0.3.4.
34
35
# Release 0.2.3 (2025-12-16)
36
37
- Updated to MSRV 1.87.
@@ -51,6 +55,10 @@
51
55
- `PrimitiveNumber` added type-casting methods `as_from` and `as_to`.
52
56
- `PrimitiveNumber::Bytes` added supertraits for its array representation.
53
57
58
+# Release 0.1.2 (2025-12-20)
59
60
61
54
62
# Release 0.1.1 (2025-12-11)
63
64
- Link documentation to inherent methods.
0 commit comments