Skip to content

Commit e6f9335

Browse files
committed
Document Windows ARM32 removal and update platform list
- Remove win_arm from supported platforms in README - Add last supporting SDK version (10.0.22621) to CHANGELOG - Clean up platform documentation
1 parent 113d84f commit e6f9335

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
### Removed
1919
- **BREAKING**: Dropped Windows ARM32 (win_arm) support
2020
- Microsoft Windows SDK 10.0.26100.0+ no longer supports 32-bit ARM development
21+
- Last SDK version supporting ARM32 was Windows SDK 10.0.22621 (Windows 11 SDK, version 22H2)
2122
- ARM32 Windows devices (Windows RT) are obsolete
2223
- ARM64 Windows remains fully supported
2324

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ calling convention, plus archive format:
7777

7878
- win_x86 (32 bits)
7979
- win_x64
80-
- win_arm (32 bit ARM)
8180
- win_arm64 (64 bit ARM)
8281
- sysv_i386 (linux)
8382
- sysv_amd64 (linux)

0 commit comments

Comments
 (0)