From a65088849ed210acb233a787b60a5cd1df524d25 Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Fri, 31 Dec 2021 11:52:39 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ceaf3896..968ff47c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release notes +## 1.2.2 + +* enable ASAN for Windows +* Map short branch equivalent and patch out 3 bytes to a nop +* Fix offset calculation +* Create a simple loop test and check for 1 byte signed size +* Show effective branch target on CIL disassembly output + ## 1.2.1 * Fixes a bug in OPT-12 (method caching) where it would store the incorrect cache address for a global type of subclass. Bug seen in SQLalchemy.