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: CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
-
## [Unreleased]
7
+
## [16.0.0]
8
8
9
9
### Added
10
10
11
-
- Support for locales and input/output streams
11
+
- Support for locales and input/output streams (#149)
12
12
- Experimental support for Armv4T and Armv5TE architectures (#177)
13
+
- Provide binary releases for macOS (#86)
13
14
- Support for building locally on Windows & macOS (#188)
14
-
- Experimental support for multilib, meaning that clang can now automatically select an appropriate set of libraries based on your compile flags, without needing either an explicit `--sysroot` option or a `--config` option. However, the config files are still present, and you can still use them instead.
15
+
- Experimental support for multilib (#110).
16
+
See [README.md](README.md#experimental-multilib) for more details.
15
17
16
18
### Fixed
17
19
18
20
- lld freezing on Windows (#83)
21
+
- Packages now extract into a LVMEmbeddedToolchainForArm-VERSION-PLATFORM subdirectory (#179)
19
22
20
23
### Changed
21
24
22
-
- Packages now extract into a LVMEmbeddedToolchainForArm-VERSION-PLATFORM subdirectory.
0 commit comments