From 92fd800bc2135026f51bc1c66356fae440e9ed2a Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 22 Sep 2022 14:33:56 -0700 Subject: [PATCH] changelog update --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9252dcdf..58741d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ### 1.7.9 (build 20878, api 7, 2022-09-22) - Cleaned up the efro.message system to isolate response types that are used purely internally (via a new SysResponse type). -- Fixed bug with 'Disable Camera Shake' option. (GitHub #511) +- Fixed bug with 'Disable Camera Shake' option. (GitHub #511) (thanks Dliwk!) - Fixed an issue where Co-op football would play no music. -- Accept "fairydust" as an emit type in `ba.emitfx()`. +- Accept "fairydust" as an emit type in `ba.emitfx()` (thanks ritiek!). +- Added epic mode option to Easter Egg Hunt (thanks itsre3!). ### 1.7.8 (build 20871, api 7, 2022-09-21) - Fixed tournament scores submits which were broken in 1.7.7 (oops).