From 223c73c1832b75ee05ddfbe540a87911246d849c Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Tue, 27 Oct 2020 16:44:10 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2150e1c38f..bece4f080f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file based on the #### Bugfixes * Addressed issue where foreign reuses weren't using the user-supplied `as` value for their destination. #960 +* Experimental artifacts failed to install due to `event.original` index setting. #1053 #### Added