added release notes

This commit is contained in:
2025-04-22 21:13:19 +02:00
parent 0148595de9
commit 2ad8295808
6 changed files with 26 additions and 23 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Spearhead.Events.Init("DEBUG")
local dbLogger = Spearhead.LoggerTemplate:new("database", "INFO")
local standardLogger = Spearhead.LoggerTemplate:new("", "INFO")
local databaseManager = Spearhead.DB:new(dbLogger, debug)
local databaseManager = Spearhead.DB.New(dbLogger, debug)
local capConfig = Spearhead.internal.configuration.CapConfig:new();
local stageConfig = Spearhead.internal.configuration.StageConfig:new();