We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b426803 commit 364dc64Copy full SHA for 364dc64
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 0.13.1
2
+
3
+Released on Tuesday, September 24 2019.
4
5
+- Ignore non-existing cookie file when reading
6
+- Write cookies after every add operation
7
8
# 0.13.0
9
10
Released on Friday, September 6 2019.
src/Directory.Build.props
@@ -2,6 +2,6 @@
<PropertyGroup>
<Description>Providers additional requesters and IO helpers for AngleSharp.</Description>
<Product>AngleSharp.Io</Product>
- <Version>0.13.0</Version>
+ <Version>0.13.1</Version>
</PropertyGroup>
</Project>
0 commit comments