diff --git a/html/changelogs/AutoChangeLog-pr-4437.yml b/html/changelogs/AutoChangeLog-pr-4437.yml deleted file mode 100644 index f25fa89eeb09..000000000000 --- a/html/changelogs/AutoChangeLog-pr-4437.yml +++ /dev/null @@ -1,9 +0,0 @@ -author: "realforest2001" -delete-after: True -changes: - - code_imp: "Moved most data storage from ARES Interface and APOLLO consoles to a new ARES datacore datum." - - code_imp: "Moved the two consoles to separate files for easier navigation, and moved their respective UI data to the files." - - code_imp: "Ares logging procs are now global procs with integrated can_log checks, rather than requiring definition of ares_link for every use." - - rscadd: "Added ares_can_log checks to all the places I could find missing them." - - bugfix: "Fixed missing rejection button for access tickets." - - rscdel: "Removed claim ticket button from Access Tickets." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-4653.yml b/html/changelogs/AutoChangeLog-pr-4653.yml deleted file mode 100644 index 7340da20aac1..000000000000 --- a/html/changelogs/AutoChangeLog-pr-4653.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "mullenpaul" -delete-after: True -changes: - - code_imp: "resolves flyby issues by refactoring update_equipment logic" - - refactor: "removes unwanted code" \ No newline at end of file diff --git a/html/changelogs/archive/2023-10.yml b/html/changelogs/archive/2023-10.yml index 5aa2778def50..7f83b35154e2 100644 --- a/html/changelogs/archive/2023-10.yml +++ b/html/changelogs/archive/2023-10.yml @@ -223,3 +223,17 @@ them to your heart's content. - maptweak: Moved long-rest bunks further north and further south of where they were originally +2023-10-18: + mullenpaul: + - code_imp: resolves flyby issues by refactoring update_equipment logic + - refactor: removes unwanted code + realforest2001: + - code_imp: Moved most data storage from ARES Interface and APOLLO consoles to a + new ARES datacore datum. + - code_imp: Moved the two consoles to separate files for easier navigation, and + moved their respective UI data to the files. + - code_imp: Ares logging procs are now global procs with integrated can_log checks, + rather than requiring definition of ares_link for every use. + - rscadd: Added ares_can_log checks to all the places I could find missing them. + - bugfix: Fixed missing rejection button for access tickets. + - rscdel: Removed claim ticket button from Access Tickets.