This commit is contained in:
Christoffer Lerno
2024-07-19 10:38:52 +02:00
parent 542406c16f
commit 557f007b12

View File

@@ -20,7 +20,7 @@
- Array comparison now uses built-in memcmp on LLVM to enable optimizations.
- Prevent implicit array casts to pointers with higher alignment #1237.
- Macro `$case` statements now pick the first match and does not evaluate the rest.
- `mainfest.json` is now checked for incorrect keys.
- `manifest.json` is now checked for incorrect keys.
- Added `--list-manifest-properties` to list the available properties in `manifest.json`.
### Fixes