From 7ecca4bfdce77d6b6ccbad7bc9602a73d80c95fc Mon Sep 17 00:00:00 2001 From: John Langone Date: Tue, 8 Oct 2019 16:49:01 -0400 Subject: [PATCH] Update change log notes. --- ChangeLog.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.lua b/ChangeLog.lua index 7f76901..184c185 100644 --- a/ChangeLog.lua +++ b/ChangeLog.lua @@ -16,6 +16,10 @@ local function addBetaEntry(version, rdate, description, transmitted) end -- ChangeLog Entries. +addEntry("3.8.1", "10/08/2019", [[ + * Add option to display emotes in SAY chat windows. + * Rewrite code to manage fading of windows. This should fix the issues some of you've been having. +]]); addEntry("3.7.26", "09/23/2019", [[ * Elimated WhoLib, blizzard killed it with fire. Some alternate solutions used to bring some but not all of the functionality back ]]);