From 60530bf638a4ce8b54f53eadcba50f3d6a9bac46 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Thu, 29 Oct 2020 13:02:12 +0100 Subject: [PATCH] feat: don't warrant a changelog --- Dalamud/Interface/DalamudChangelogWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Interface/DalamudChangelogWindow.cs b/Dalamud/Interface/DalamudChangelogWindow.cs index e58bdd308..710c31cec 100644 --- a/Dalamud/Interface/DalamudChangelogWindow.cs +++ b/Dalamud/Interface/DalamudChangelogWindow.cs @@ -11,7 +11,7 @@ namespace Dalamud.Interface { private readonly Dalamud dalamud; private string assemblyVersion = Util.AssemblyVersion; - private const bool WarrantsChangelog = true; + private const bool WarrantsChangelog = false; private const string ChangeLog = @"* Various backend changes that will allow for more involved plugins * Fixed an issue wherein, in particular cases, chat messages from plugins would be incorrectly allocated