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: CHANGES.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ All user-visible changes to this library will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/), as described
5
5
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md).
6
6
7
+
# [0.7.3] - 2025-10-14
8
+
9
+
### Fixed
10
+
11
+
- Sign Extension Not Performed in From<i32/i64>, Cast, and TryCast for Signed Integers [#52](https://github.com/neogenie/fastnum/issues/52).
12
+
13
+
### Internal
14
+
- Refactored integer conversion implementation for better code organization and maintainability.
15
+
- Simplified signed integer conversion methods by removing redundant intermediate logic.
16
+
- Improved macro handling for literal construction to properly support token concatenation.
17
+
- Reorganized test infrastructure with macro-based test generation for comprehensive coverage of integer conversions across different bit widths (64/128/256/512).
18
+
- Consolidated test structure by moving conversion tests into dedicated modules with automatic test generation for all supported integer types.
0 commit comments