Files
NoM0Re a9140e9b9e 5.21.2
(cherry picked from commit 7a8257507e0841523ca39edf7938ddaa6adf7aba)
2026-02-16 11:47:36 -07:00

22 lines
584 B
Lua

if not WeakAuras.IsLibsOK() then return end
---@type string
local AddonName = ...
---@class OptionsPrivate
local OptionsPrivate = select(2, ...)
OptionsPrivate.changelog = {
versionString = '5.21.2',
dateString = '2026-01-30',
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.21.1...5.21.2',
highlightText = [==[
- Add Titan encounter info]==], commitText = [==[InfusOnWoW (2):
- Update WeakAurasModelPaths from wago.tools
- Remove retail .toc files and disabled model path update for retail
NoM0Re (1):
- Titan: add next phase encounter list
]==]
}