From 47e20d61339a3278f7363e7291ddffb336906b24 Mon Sep 17 00:00:00 2001 From: Callum Jones Date: Fri, 29 Jan 2021 13:58:57 +0000 Subject: [PATCH] squash v1.7.10 changelog into v1.7.9 --- CHANGELOG.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ae92b5b..8a5c64b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,3 @@ -v1.7.10 -------- - -Fixed: - -* Fixes an issue where duplicating a Championship with Race Weekends inside it would result in the Race Weekends not copying across correctly. -* KissMyRank is now instructed to stop using a command in its console. This should hopefully prevent issues with data files corrupting on stop. -* Fixes an issue where Race Weekend sessions could incorrectly sort splits out of order. - ---- - v1.7.9 ------ @@ -30,6 +19,9 @@ Fixed: * Improved process management for plugins and acServer itself. Thanks to @mayfield for this one! * Duplicating a Championship now clears all registration requests. * Fixes a crash that could occur when concurrently reading weather configurations. +* Fixes an issue where duplicating a Championship with Race Weekends inside it would result in the Race Weekends not copying across correctly. +* KissMyRank is now instructed to stop using a command in its console. This should hopefully prevent issues with data files corrupting on stop. +* Fixes an issue where Race Weekend sessions could incorrectly sort splits out of order. ---