update readme/changelog
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### 4.2.2
|
||||
|
||||
- use encoding found in HTTP headers in first iteration (fixes [issue #6](https://github.com/ceee/ReadSharp/issues/6))
|
||||
|
||||
### 4.2.1
|
||||
|
||||
- fixes [issue #3](https://github.com/ceee/ReadSharp/issues/3)
|
||||
|
||||
@@ -37,7 +37,7 @@ try
|
||||
{
|
||||
article = await reader.Read(new Uri("http://frontendplay.com/story/4/http-caching-demystified-part-2-implementation"));
|
||||
}
|
||||
catch (Exception exc)
|
||||
catch (ReadException exc)
|
||||
{
|
||||
// handle exception
|
||||
}
|
||||
@@ -84,4 +84,4 @@ _forks are included in the primary source code_
|
||||
|
||||
## License
|
||||
|
||||
[MIT License](https://github.com/ceee/ReadSharp/blob/master/LICENSE-MIT)
|
||||
[MIT License](https://github.com/ceee/ReadSharp/blob/master/LICENSE-MIT)
|
||||
Reference in New Issue
Block a user