From f521e93e8ebeb0b320263c8541ad31e4b565e663 Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Fri, 16 Feb 2024 19:04:11 +0000
Subject: [PATCH] Automatic changelog compile [ci skip]
---
html/changelog.html | 7 +++++++
html/changelogs/.all_changelog.yml | 4 ++++
html/changelogs/AutoChangeLog-pr-2592.yml | 5 -----
3 files changed, 11 insertions(+), 5 deletions(-)
delete mode 100644 html/changelogs/AutoChangeLog-pr-2592.yml
diff --git a/html/changelog.html b/html/changelog.html
index 0abe2c18211..07cf1cf70ac 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,13 @@
-->
+
16 February 2024
+
PowerfulBacon updated:
+
+ - Fixes the round not rebooting properly.
+ - Adds in a task library for asynchronous behaviour handling.
+
+
19 January 2024
DeltaFire15 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 3cf11b193c3..c36fa090175 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -1903,3 +1903,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
inserted type if they pass in front of them!
- bugfix: The Thirring Drive Core sound loop you have never heard before works now!
- bugfix: The client_by_z list shouldn't be getting flooded with nulls anymore.
+2024-02-16:
+ PowerfulBacon:
+ - bugfix: Fixes the round not rebooting properly.
+ - code_imp: Adds in a task library for asynchronous behaviour handling.
diff --git a/html/changelogs/AutoChangeLog-pr-2592.yml b/html/changelogs/AutoChangeLog-pr-2592.yml
deleted file mode 100644
index 9a9c44a4d15..00000000000
--- a/html/changelogs/AutoChangeLog-pr-2592.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: PowerfulBacon
-delete-after: true
-changes:
- - bugfix: Fixes the round not rebooting properly.
- - code_imp: Adds in a task library for asynchronous behaviour handling.