diff --git a/RelNotes.json b/RelNotes.json index 5001a6e..472936b 100644 --- a/RelNotes.json +++ b/RelNotes.json @@ -256,7 +256,8 @@ } }, "PARAGRAPHS": [ - "Description" + "Description", + "Release Notes" ], "TITLE": { "addon": "Mr Fish", diff --git a/RelNotes.lua b/RelNotes.lua index 81320af..af96f55 100644 --- a/RelNotes.lua +++ b/RelNotes.lua @@ -1,4 +1,4 @@ --- AUTOGENERATED 2024-11-07T18:43:41+00:00---@diagnostic disable: undefined-field, inject-field +-- AUTOGENERATED 2024-11-07T18:55:13+00:00---@diagnostic disable: undefined-field, inject-field local me=... local hlp=LibStub('AceAddon-3.0'):GetAddon(me) function hlp:loadHelp() @@ -13,6 +13,9 @@ Starts fishing /nofish ]]) self:HF_Paragraph('Release Notes') +self:RelNotes(2,15,0,[[ +Feature: Updated for war within +]]) self:RelNotes(2,14,2,[[ Fix: was not loading ]])