From f7248312d218114e13d265af2ee7117776a41aec Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Thu, 12 Dec 2024 16:43:30 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index feefe73..5f74830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ **Fixes** - Fixed parsing of binary operations in inline function expressions ([#109](https://github.com/antimony-lang/antimony/pull/109)) +- Fixed parsing of binary operations after function calls ([#111](https://github.com/antimony-lang/antimony/pull/111)) - QBE: Fixed struct field access and memory layout for nested structs ([#61](https://github.com/antimony-lang/antimony/pull/61)) **Maintenance**