From 708bd46777d40a3e26b8ed6e5f3cc63012f74ec6 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 24 Jun 2023 16:02:59 +0100 Subject: [PATCH] update changelog for 1.3.2 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb743d8e1..89ed2eb05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +#### wut 1.3.2 + +* Implement wut_set_thread_specific/wut_get_thread_specific as weak functions by @Maschell in https://github.com/devkitPro/wut/pull/324 +* wutdevoptab: Add support for opening files with more flag combinations by @Maschell in https://github.com/devkitPro/wut/pull/322 + +#### wut 1.3.1 + +* wutmalloc: Always align allocated memory to 0x40 to match newlib behaviour by @Maschell in https://github.com/devkitPro/wut/pull/316 +* devoptab_fsa: use c++ headers by @WinterMute in https://github.com/devkitPro/wut/pull/317 +* Implement __syscall_getreent by @GaryOderNichts in https://github.com/devkitPro/wut/pull/318 +* coreinit: Add some missing field to the OSThread struct by @Maschell in https://github.com/devkitPro/wut/pull/319 + #### wut 1.3.0 ###### Important changes