diff --git a/Changelog.md b/Changelog.md index 0001f0bd4..cd229c4c6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,19 @@ # Changelog +## Version 4.4.0 + +#### services +* applet: add appletGetMessageEvent +* usbcomms: add async API +* usbcomms: expose VID:PID configuration + +#### miscellaneous + +* correct problems revealed by gcc 13 +* mitigate race condition bug in nvservices + +**Several issues were fixed, and usability and stability were improved.** + ## Version 4.3.0 #### services diff --git a/nx/Makefile b/nx/Makefile index 74af4db56..b2cb982c6 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -9,7 +9,7 @@ endif include $(DEVKITPRO)/devkitA64/base_rules export LIBNX_MAJOR := 4 -export LIBNX_MINOR := 3 +export LIBNX_MINOR := 4 export LIBNX_PATCH := 0