update changelog
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user