From d4dbe270723f6b0286cb4b77dc2baa2af337f969 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 24 Feb 2026 20:00:50 +0100 Subject: [PATCH] Add mention of LLVM libs --- releasenotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.md b/releasenotes.md index cffe927b6..5da197867 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -3,6 +3,7 @@ ## 0.7.10 Change list ### 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. - Improve error message when using functions as values #2856 - Improve support for Android with Termux.