diff --git a/Changelog.md b/Changelog.md index fe5df9b0d..eabaf41f3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,30 @@ # Changelog +## Version 4.2.2 + +#### system +* svc: Added svcMapInsecureMemory, svcUnmapInsecureMemory [15.0.0+]. +* svc: Renamed perm parameter of svcMapDeviceAddressSpaceByForce and svcMapDeviceAddressSpaceAligned to option [15.0.0+]. +* svc: Corrected svcMapIoRegion, svcUnmapIoRegion. +* env: Added HBABI support for hinting SVCs in the extended range 0x80..0xBF. +* cache: Added instruction barrier to armICacheInvalidate. + +#### graphics +* Added nvGpuGetTimestamp, nvioctlNvhostCtrlGpu_GetGpuTime. + +#### applets +* swkbd: Corrected several typos and incorrect floating point values. + +#### network +* socket: Added socketNifmRequestRegisterSocketDescriptor, socketNifmRequestUnregisterSocketDescriptor. +* nifm: nifmRequestSetKeptInSleep, nifmRequestRegisterSocketDescriptor, nifmRequestUnregisterSocketDescriptor, nifmSetWowlDelayedWakeTime. + +#### other services +* set:sys: setsysNeedsToUpdateHeadphoneVolume removed in [15.0.0]. +* pdm:qry: pdmqryQueryRecentlyPlayedApplication, pdmqryGetRecentlyPlayedApplicationUpdateEvent removed in [15.0.0]. + +Several issues were fixed, and usability and stability were improved. + ## Version 4.2.1 #### system diff --git a/nx/Makefile b/nx/Makefile index 28d9c2afe..62f31eb5c 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -10,7 +10,7 @@ include $(DEVKITPRO)/devkitA64/base_rules export LIBNX_MAJOR := 4 export LIBNX_MINOR := 2 -export LIBNX_PATCH := 1 +export LIBNX_PATCH := 2 VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)