Skip to content

Commit

Permalink
update changelog for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Jun 24, 2023
1 parent 71437db commit 708bd46
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 708bd46

Please sign in to comment.