From 6ad5dcf26da021c26c4ef08f5ff343b3794c7d42 Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Sun, 30 Jan 2022 18:45:11 +0000 Subject: [PATCH] Update CHANGELOG for PR #3980 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c00260dd08..06baf38521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to the Pony compiler and standard library will be documented - Fix return checking in behaviours and constructors ([PR #3971](https://github.com/ponylang/ponyc/pull/3971)) - Fix issue that could lead to a muted actor being run ([PR #3974](https://github.com/ponylang/ponyc/pull/3974)) - Fix loophole that allowed interfaces to be used to violate encapsulation ([PR #3973](https://github.com/ponylang/ponyc/pull/3973)) +- Fix compiler assertion failure when assigning error to a variable ([PR #3980](https://github.com/ponylang/ponyc/pull/3980)) ### Added