From 1714871972d944171806671168ea72202c548439 Mon Sep 17 00:00:00 2001 From: Lars Norberg Date: Wed, 7 Jun 2023 17:14:13 +0200 Subject: [PATCH] 2.0.31-Release --- Bagnon_Uncollected/main.lua | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Bagnon_Uncollected/main.lua b/Bagnon_Uncollected/main.lua index 639637f..916ceb9 100644 --- a/Bagnon_Uncollected/main.lua +++ b/Bagnon_Uncollected/main.lua @@ -25,7 +25,7 @@ --]] local Addon, Private = ... if (Private.Incompatible) then - print("|cffff1111"..Addon.." was auto-disabled.") + --print("|cffff1111"..Addon.." was auto-disabled.") return end diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef2481..be379c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.31-Release] 2023-06-07 +### Removed +- Removed the annoying startup message when loaded alongside Bagnon ItemInfo. + ## [2.0.30-Release] 2023-05-21 - Cosmetic stuff. Piggybacking.