diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8e0ea..9507049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 1055acd..d96b72c 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file