Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 433ac2a

Browse files
committedAug 29, 2020
Update changelog with #72 and #73 for v0.11.1
1 parent 78817ae commit 433ac2a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎CHANGELOG.md

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

3+
## 0.11.1
4+
### Caching
5+
- Fix caching with an archive backing file (`ArchiveCacheMethod`) where it cannot (de)serialize the data ([#72](https://github.com/Archomeda/Gw2Sharp/pull/72))
6+
7+
### Fixes
8+
- Fix `LegendType` to start with 1 instead of 14 ([#73](https://github.com/Archomeda/Gw2Sharp/pull/73))
9+
10+
### Upcoming breaking changes
11+
While the `ArchiveCacheMethod` should be fixed for now, the upcoming version 0.12.0 will introduce an overhaul for all caching methods that will make them more reliable.
12+
This patch update should be regarded as an intermediate fix before that happens, without introducing breaking changes.
13+
314
## 0.11.0
415
This release includes the most breaking changes in Gw2Sharp so far in order to support middleware, which is a major change in how Gw2Sharp handles requests.
516
If you're only using the surface API in Gw2Sharp, the impact will be very low.

0 commit comments

Comments
 (0)
Please sign in to comment.