mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: don't warrant changelog
This commit is contained in:
parent
6986b5b347
commit
902776cfca
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace Dalamud.Interface {
|
|||
private readonly Dalamud dalamud;
|
||||
private string assemblyVersion = Util.AssemblyVersion;
|
||||
|
||||
public const bool WarrantsChangelog = true;
|
||||
public const bool WarrantsChangelog = false;
|
||||
private const string ChangeLog =
|
||||
@"* Various behind-the-scenes changes to improve stability
|
||||
* Faster startup times
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue