Why this didn't stage? Whatever...

This commit is contained in:
RisaDev
2024-06-12 01:56:16 +03:00
parent 606becc46b
commit d7b48d612d

View File

@@ -34,7 +34,7 @@ public class CPlusChangeLog
private static void Add2_0_4_1(Changelog log)
=> log.NextVersion("Version 2.0.4.1")
.RegisterEntry("Added support for new worlds.", 1)
.RegisterEntry("Added support for new worlds.")
.RegisterEntry("Source code maintenance - external libraries update.");
private static void Add2_0_4_0(Changelog log)