mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
fix: don't warrant changelog
This commit is contained in:
parent
082564f83c
commit
bb002203f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 behind-the-scenes changes to improve stability
|
||||
* Faster startup times
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue