You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Gw2Sharp History
2
2
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
+
3
14
## 0.11.0
4
15
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.
5
16
If you're only using the surface API in Gw2Sharp, the impact will be very low.
0 commit comments