From dc2ec5c7ca4d9aae063b79b9f581dd3ea6afd2b2 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Thu, 7 Jun 2018 11:06:10 -0400 Subject: [PATCH] release 1.4.1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1111b7..5e899d4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Please note that because of the net/html dependency, goquery requires Go1.1+. **Note that goquery's API is now stable, and will not break.** +* **2018-06-07 (v1.4.1)** : Add `NewDocumentFromReader` examples. * **2018-03-24 (v1.4.0)** : Deprecate `NewDocument(url)` and `NewDocumentFromResponse(response)`. * **2018-01-28 (v1.3.0)** : Add `ToEnd` constant to `Slice` until the end of the selection (thanks to @davidjwilkins for raising the issue). * **2018-01-11 (v1.2.0)** : Add `AddBack*` and deprecate `AndSelf` (thanks to @davidjwilkins).