mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +01:00
feat: don't warrant a changelog
This commit is contained in:
parent
2582dea870
commit
60530bf638
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ namespace Dalamud.Interface {
|
||||||
private readonly Dalamud dalamud;
|
private readonly Dalamud dalamud;
|
||||||
private string assemblyVersion = Util.AssemblyVersion;
|
private string assemblyVersion = Util.AssemblyVersion;
|
||||||
|
|
||||||
private const bool WarrantsChangelog = true;
|
private const bool WarrantsChangelog = false;
|
||||||
private const string ChangeLog =
|
private const string ChangeLog =
|
||||||
@"* Various backend changes that will allow for more involved plugins
|
@"* 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
|
* Fixed an issue wherein, in particular cases, chat messages from plugins would be incorrectly allocated
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue