From 500b24f96f44a7c75ca15321db516218dc4b47bf Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Thu, 10 Dec 2020 23:07:08 +0100 Subject: [PATCH] do not 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 217159db8..977d77acc 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 = @"* Fixed various bugs with plugins not installing correctly or causing crashes in certain situations * All installed plugins, regardless of their status in the repository, are now shown