Skip to content

Commit 0a8ac37

Browse files
committed
Release 4.2.0
1 parent 6199e68 commit 0a8ac37

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
## Changelog
33

4+
### 4.2.0
5+
* **Bug fix:** fix `MatchmakeSession` structure being parsed incorrectly on Nintendo Switch.
6+
* **Bug fix:** make a distinction between `AnyDataHolder` and `GatheringHolder` structures in NEX.
7+
* Added support for Switch system version 20.5.0 up to 21.1.0.
8+
* Added names for previously unknown fields in the `SimpleSearchObject` structure of MK8D.
9+
410
### 4.1.0
511
* Added support for Switch system version 20.2.0 up to 20.4.0.
612
* Added support for the matchmaking protocol of Monster Hunter XX (3DS).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name = "nintendoclients",
9-
version = "4.1.0",
9+
version = "4.2.0",
1010
description = "Nintendo network library",
1111
long_description = long_description,
1212
author = "Yannik Marchand",

0 commit comments

Comments
 (0)