From e570e67704ac1763c5eee5db97759610602c2ec8 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 31 May 2024 17:14:40 +0100 Subject: [PATCH] add changelog for 4.6.0 --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9a9ea1056..a89a31036 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,15 @@ # Changelog +## Version 4.6.0 + +#### system +* svc: fix query/insecure names + +#### miscellaneous +* add fsDeviceOperatorGetGameCardUpdatePartitionInfo +* Add NX_ prefix to PACKED, NORETURN, IGNORE_ARG and DEPRECATED macros +* Fix: avoid segfault at static destructors + ## Version 4.5.0 #### services