Add mention of LLVM libs

This commit is contained in:
Christoffer Lerno
2026-02-24 20:00:50 +01:00
parent 56a11ae3ca
commit d4dbe27072

View File

@@ -3,6 +3,7 @@
## 0.7.10 Change list ## 0.7.10 Change list
### Changes / improvements ### Changes / improvements
- C3 is now using its own LLVM libraries when building releases.
- Method resolution and `$defined` now works together well unless definitions are out of order for real. - Method resolution and `$defined` now works together well unless definitions are out of order for real.
- Improve error message when using functions as values #2856 - Improve error message when using functions as values #2856
- Improve support for Android with Termux. - Improve support for Android with Termux.