From 3a822e5aef828fe798886760945cbce785d10a67 Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Wed, 23 Aug 2023 13:44:46 +0200 Subject: [PATCH] Changelog updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52bf16f..96e8df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed - Fixed a bug with polymorphism that allowed functions with the same name but different type to be considered as implementations for their corresponding interface function. +- Fixed a bug in the byte code optimization that incorrectly reordered dependent instructions. ## [7.2.1] ### Fixed