Skip to content

Commit bf4a24a

Browse files
committed
Changelog for 2.3.0
1 parent bd69c96 commit bf4a24a

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

Changelog.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
# Changelog
22

3+
## Version 2.3.0
4+
5+
- Fix typo in docs by @DeltaF1 in https://github.com/devkitPro/libctru/pull/525
6+
- Add GPU_DOT3_RGBA texture combiner function by @oreo639 in https://github.com/devkitPro/libctru/pull/528
7+
- FSUSER_GetLegacyBannerData: Fix documentation typo by @Tekito-256 in https://github.com/devkitPro/libctru/pull/526
8+
- Add CTR_ prefix to ALIGN,PACKED,DEPRECATED macros by @glebm in https://github.com/devkitPro/libctru/pull/532
9+
- Buffer console control sequences by @piepie62 in https://github.com/devkitPro/libctru/pull/522
10+
- Prevent CPU from postponing threadOnException memory writes
11+
- Add SSID-related ac:i functions
12+
- ACI_LoadNetworkSetting, ACI_GetNetworkWirelessEssidSecuritySsid and acGetSessionHandle.
13+
- Prevent double call of destructors on exit.
14+
- Added experimental support for standard threading APIs (pthread, C threads, C++ std::thread)
15+
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
16+
17+
## New Contributors
18+
- @DeltaF1 made their first contribution in https://github.com/devkitPro/libctru/pull/525
19+
- @Tekito-256 made their first contribution in https://github.com/devkitPro/libctru/pull/526
20+
- @glebm made their first contribution in https://github.com/devkitPro/libctru/pull/532
21+
322
## Version 2.2.2
423

524
- archive_dev: Ensure path separator for local path
625
- adjust struct hostent for compatibilty
726

827
## Version 2.2.1
928

10-
- add _SOCKLEN_T_DECLARED
29+
- add `_SOCKLEN_T_DECLARED`
1130

1231
## Version 2.2.0
1332

0 commit comments

Comments
 (0)