From 40c4a579574af507f97c591828e7081aa9039d15 Mon Sep 17 00:00:00 2001 From: Aldric Ducreux Date: Wed, 8 Nov 2023 01:59:20 +0100 Subject: [PATCH] Path note v3.0.2 --- APR-Core/ChangeLog.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/APR-Core/ChangeLog.lua b/APR-Core/ChangeLog.lua index 791f1d50..c941d768 100644 --- a/APR-Core/ChangeLog.lua +++ b/APR-Core/ChangeLog.lua @@ -69,6 +69,20 @@ end function APR.changelog:SetChangeLog() local news = { + { "v3.0.2", "2023-11-08" }, + "#WoW", + "- Update compability with 10.2.0", + + "#Bugs", + "- Fix the current step frame when his linked to the quest log", + "- Fix the waypoint/travel to message", + "- Little optimisation on Quest order list update (doesn't run anything if it's hidden)", + "- Remove some multiple ugly call to the GetContinent function", + "- Remove useless code", + + "#Dev/Debug", + "- Add Show event option", + { "v3.0.1", "2023-11-05" }, "#Features", "- Added Background and color/alpha picker for Current Step Frame",