diff --git a/Changelog.md b/Changelog.md index 200e1ab8..94d8d9d9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,18 @@ # Changelog +## Version 3.3.0 + +#### system +* Mutex implementation has been rewritten/optimized to more closely match official software. + +#### filesystem +* Added lstat support to both fsdev and romfsdev (does the same thing as regular stat, as symlinks don't exist on HOS). +* Fixed stat for romfs directories. + +#### other services +* **ldn: Added service wrappers.** +* nifm: Added IRequest support. + ## Version 3.2.0 #### system diff --git a/nx/Makefile b/nx/Makefile index 7696cadd..8f68ec96 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -9,7 +9,7 @@ endif include $(DEVKITPRO)/devkitA64/base_rules export LIBNX_MAJOR := 3 -export LIBNX_MINOR := 2 +export LIBNX_MINOR := 3 export LIBNX_PATCH := 0