Skip to content

Commit 708bd46

Browse files
committed
update changelog for 1.3.2
1 parent 71437db commit 708bd46

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
#### wut 1.3.2
2+
3+
* Implement wut_set_thread_specific/wut_get_thread_specific as weak functions by @Maschell in https://github.com/devkitPro/wut/pull/324
4+
* wutdevoptab: Add support for opening files with more flag combinations by @Maschell in https://github.com/devkitPro/wut/pull/322
5+
6+
#### wut 1.3.1
7+
8+
* wutmalloc: Always align allocated memory to 0x40 to match newlib behaviour by @Maschell in https://github.com/devkitPro/wut/pull/316
9+
* devoptab_fsa: use c++ headers by @WinterMute in https://github.com/devkitPro/wut/pull/317
10+
* Implement __syscall_getreent by @GaryOderNichts in https://github.com/devkitPro/wut/pull/318
11+
* coreinit: Add some missing field to the OSThread struct by @Maschell in https://github.com/devkitPro/wut/pull/319
12+
113
#### wut 1.3.0
214

315
###### Important changes

0 commit comments

Comments
 (0)