Skip to content

Commit 9aea569

Browse files
committed
Update CHANGELOG and picolibc version
1 parent 71b11de commit 9aea569

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
## [Unreleased]
88

99
## [17.0.1]
10+
### Added
11+
- Added single precision library variants for Armv8.1-M.
12+
1013
### Fixed
1114
- clang generating incorrect FPU directives for Armv8.1-M CPUs (#301)
1215
- Multilib incorrectly selecting multiple library variants. (#307)
1316

17+
### Changed
18+
- Added explicit -mfpu flags when building library variants
19+
1420
## [preview-17.0.0]
1521

1622
### Fixed

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"picolibc": {
1515
"tagType": "commithash",
16-
"tag": "41a688944d6f4fc4e5c03c0ad0301b0b4e8f6899 "
16+
"tag": "6824f76769a29af27719954898b5210e070b2b5c"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)