Skip to content

Commit d7dcba2

Browse files
docs: update CHANGELOG for Rust 1.92.0 upgrade
Add entries for: - AnimationManagerBuilder for M2Model integration (Added) - MSRV upgrade from 1.86 to 1.92.0 (Changed) - Clippy lint updates for Rust 1.92.0 (Changed)
1 parent a832a81 commit d7dcba2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,22 @@ and this project adheres to
100100
- Shows camera animation track summary
101101
- Shows light animation track summary
102102
- Displays total keyframe counts for each animation type
103+
- **M2 Format**: `AnimationManagerBuilder` for direct M2Model integration
104+
- Creates `AnimationManager` from parsed `M2Model` data
105+
- Resolves bone animation tracks (translation, rotation, scale)
106+
- Converts M2Animation sequences to runtime format
107+
- Handles both pre-WotLK (ranged) and WotLK+ (per-sequence) data layouts
108+
109+
### Changed
110+
111+
- **Build**: MSRV upgraded from 1.86 to 1.92.0
112+
- Updated `rust-version` in workspace `Cargo.toml`
113+
- Updated CI workflow toolchain versions
114+
- Added `rust-toolchain.toml` for consistent local development
115+
- **Build**: Code updated for Rust 1.92.0 clippy lints
116+
- `collapsible_if`: Use `if let ... && condition` syntax (let_chains)
117+
- `manual_is_multiple_of`: Use `is_multiple_of()` method
118+
- Affects 38 files across all workspace crates
103119

104120
## [0.5.0] - 2025-01-09
105121

0 commit comments

Comments
 (0)