diff --git a/html/changelogs/AutoChangeLog-pr-18734.yml b/html/changelogs/AutoChangeLog-pr-18734.yml deleted file mode 100644 index 8093c6c8449..00000000000 --- a/html/changelogs/AutoChangeLog-pr-18734.yml +++ /dev/null @@ -1,9 +0,0 @@ -author: "Diana" -delete-after: True -changes: - - qol: "You can now alt-shift click someone to open the inventory menu (as if you drag-dropped them onto yourself)" - - qol: "Admins can now tag datums via ctrl-middle click" - - refactor: "Honey I refactored click code!" - - code_imp: "Cleans up click code." - - code_imp: "Adds framework for allowing objects to ignore ctrl click and not allowed to be dragged" - - bugfix: "Fixes a bug where joining in the game would cause 180 topic calls to be made (still happens) causing you to be rate limited." \ No newline at end of file diff --git a/html/changelogs/archive/2025-12.yml b/html/changelogs/archive/2025-12.yml index 5fc21d3a3a6..a236fb0533f 100644 --- a/html/changelogs/archive/2025-12.yml +++ b/html/changelogs/archive/2025-12.yml @@ -26,3 +26,14 @@ 2025-12-06: Kashargul: - code_imp: update dependencies +2025-12-07: + Diana: + - qol: You can now alt-shift click someone to open the inventory menu (as if you + drag-dropped them onto yourself) + - qol: Admins can now tag datums via ctrl-middle click + - refactor: Honey I refactored click code! + - code_imp: Cleans up click code. + - code_imp: Adds framework for allowing objects to ignore ctrl click and not allowed + to be dragged + - bugfix: Fixes a bug where joining in the game would cause 180 topic calls to be + made (still happens) causing you to be rate limited.