update readme/changelog

This commit is contained in:
2014-01-09 11:53:09 +01:00
parent c3aa9a82b3
commit 466518d57c
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -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)
+2 -2
View File
@@ -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)