Skip to content

Commit

Permalink
Update changelog with latest changes from #33 and #34
Browse files Browse the repository at this point in the history
  • Loading branch information
Archomeda committed Feb 20, 2020
1 parent 64aa584 commit 1452f12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ This release applies the schema changes of 2019-12-19, which includes the build
- Marked `/v2/characters/:id/specializations` as deprecated
- Marked `Skills` and `Specializations` properties as deprecated

### Services
- Update MumbleLink to support new features ([#33](https://github.com/Archomeda/Gw2Sharp/pull/33)):
- UI states: DoesGameHaveFocus, IsCompetitiveMode, DoesAnyInputHaveFocus (not yet implemented in GW2)

### Refactoring
- **Breaking:** `Gw2Sharp.WebApi.V2.Clients.IAuthenticatedClient` no longer accepts the object type as generic type parameter; it's now just an interface without any type parameters
- **Breaking:** `ICacheMethod.FlushAsync` has been renamed to `ClearAsync` to better indicate its purpose ([#34](https://github.com/Archomeda/Gw2Sharp/pull/34)) (all deprecations will be fully removed in 0.9.0+):
- `FlushAsync` is marked as deprecated and is unused in Gw2Sharp from now on

### Deprecation notes
The deprecated endpoints and properties can still be used for now.
Expand Down

0 comments on commit 1452f12

Please sign in to comment.