From 966e1f5dc919e8cc7c17fb8ef27429a0806b7f8c Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Sat, 4 Sep 2021 23:03:39 +0200 Subject: [PATCH] chore: changelog --- Dalamud/Interface/Internal/Windows/ChangelogWindow.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs b/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs index fa1f39b0a..3774683bf 100644 --- a/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs +++ b/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs @@ -14,13 +14,15 @@ namespace Dalamud.Interface.Internal.Windows /// /// Whether the latest update warrants a changelog window. /// - public const bool WarrantsChangelog = false; + public const bool WarrantsChangelog = true; private const string ChangeLog = - @"* Various behind-the-scenes changes to improve stability -* Faster startup times + @"* Various behind-the-scenes changes to improve stability and provide more functionality to plugin developers -If you note any issues or need help, please make sure to ask on our discord server."; +ATTENTION: YOU WILL HAVE TO UPDATE/REINSTALL ALL OF YOUR PLUGINS!!!! +If you note any issues or need help, please make sure to ask on our discord server. + +Thank you for participating in the Dalamud collaborative testing programme."; private readonly string assemblyVersion = Util.AssemblyVersion;