From f41c56001f39e3288c2b214079e5cab9707f9b99 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Mon, 11 Jan 2021 18:44:58 -0500 Subject: [PATCH] Cut new release --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f95cc2..ac9b2c2 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.** +* **2021-01-11 (v1.6.1)** : Fix panic when calling `{Prepend,Append,Set}Html` on a `Selection` that contains non-Element nodes. * **2020-10-08 (v1.6.0)** : Parse html in context of the container node for all functions that deal with html strings (`AfterHtml`, `AppendHtml`, etc.). Thanks to [@thiemok][thiemok] and [@davidjwilkins][djw] for their work on this. * **2020-02-04 (v1.5.1)** : Update module dependencies. * **2018-11-15 (v1.5.0)** : Go module support (thanks @Zaba505).