update changelog

This commit is contained in:
2013-12-19 21:19:23 +01:00
parent cebb186db6
commit 52165af24c
2 changed files with 6 additions and 2 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
### 1.0.0 (coming soon)
### 4.1.0
- extract description, favicon and front image from meta tags
- correct encoding - retry reading stream with charset from HTML headers, if not available in HTTP headers or not matching (fixes #1)
### 4.0.0
- migrate PocketSharp.Reader to ReadSharp
-1
View File
@@ -105,7 +105,6 @@ namespace ReadSharp
Encoding encoding = GetEncodingFromString(transcodingResult.Charset);
// extract again if encoding didn't match or failed to retrieve
if (encoding != null && (
String.IsNullOrEmpty(response.Charset)