From a5c6dff670bf38634dd4e151cdf01fd598ff62b4 Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Thu, 7 Nov 2024 19:55:16 +0100 Subject: [PATCH] Version 2.15.0 --- RelNotes.json | 3 ++- RelNotes.lua | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 ]])