From 221c16fe5d2655955cb0ffe7b883166dbbf65799 Mon Sep 17 00:00:00 2001 From: Karl F Date: Tue, 9 Jan 2024 09:08:20 +0100 Subject: [PATCH] Update Changelog --- Changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index b920959feea..4b0a0e364cf 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,17 @@ +January 2024 + * New Features + * Newground station cleanup and new textures (#5704) + * Docking with orbital in manual mode (#5619) + + * Internal Changes + * Re-add the galaxy dump function (#5676) + * Refactor Event Queues (#5671) + * Add Space.GetBodiesNear(), ProximityQuery module (#5637) + * Fix undefined behaviour in CommandBufferGL.cpp (#5694) + + * Fixes + * Avoid misaligned read when loading SGM files (#5692) + December 2023 * Fixes * Fix installed directory structure on Windows (#5686)