Skip to content

Commit 4715fb1

Browse files
committed
Update changelog for v1.7.4
1 parent 5c126f1 commit 4715fb1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Gw2Sharp History
22

3+
## 1.7.4 (28 February 2023)
4+
This release fixes some of the high priority bugs.
5+
6+
### Endpoints
7+
- Add missing End of Dragons item type `JadeTechModule` as `Gw2Sharp.WebApi.V2.Models.ItemJadeTechModule` for pattern matching ([#127](https://github.com/Archomeda/Gw2Sharp/pull/127) by [@dlamkins](https://github.com/dlamkins))
8+
- Add missing End of Dragons item type `PowerCore` as `Gw2Sharp.WebApi.V2.Models.ItemPowerCore` for pattern matching ([#127](https://github.com/Archomeda/Gw2Sharp/pull/127) by [@dlamkins](https://github.com/dlamkins))
9+
10+
### Miscellaneous
11+
- Fix an ArgumentException when embedding Gw2Sharp in a single executable ([#125](https://github.com/Archomeda/Gw2Sharp/pull/125) by [@Taschenbuch](https://github.com/Taschenbuch))
12+
- Fix docs to clarify that the `/v2/account/progression` endpoint also requires the unlcoks permission ([#124](https://github.com/Archomeda/Gw2Sharp/pull/124) by [@Taschenbuch](https://github.com/Taschenbuch))
13+
- From now on, every missing class type that's used for polymorphic deserializing will not throw a JsonException with the message "Unsupported type \<type\>" anymore (for example with item types) ([#120](https://github.com/Archomeda/Gw2Sharp/issues/120), [#128](https://github.com/Archomeda/Gw2Sharp/pull/128))
14+
315
## 1.7.3 (14 July 2022)
416
This is a small bugfix for a typo in the `/v2/raids` endpoint, causing a 404.
517

0 commit comments

Comments
 (0)