From 66581030a46a000c269ba3be02da98c29d502b66 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Thu, 11 May 2023 20:26:12 +0200 Subject: [PATCH] Mention etree v1.1.4. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e2f43..c42fca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Print `--help` output to stdout instead of stderr. - Print sent stanzas when `--debug` is used (via go-xmpp commit 9129a110df1b). - Allow JIDs without localpart. -- Use single quotes for attributes in stanzas created by github.com/beevik/etree. +- Use single quotes for attributes in stanzas created by github.com/beevik/etree (vial etree v1.1.4). - Fix SRV lookup when the domain has a CNAME (via xmppsrv v0.2.5). ## [v0.5.6] 2022-11-11