From 316540c8b785e7ff32a9fcaefcea9a36a24cf631 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Sun, 19 Jan 2025 20:14:37 +0100 Subject: [PATCH] Fix typo in the changelog (#1328) --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ff035109..78f9ab2e 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,7 @@ - Server: Add support for HTTPS and WSS (Issue #1322) - Server: custom URL prefix for HTTP URLs (PR #1260) -- Server: listen to both IPv4 and IPv4 for incoming connections (PR #1290) +- Server: listen to both IPv6 and IPv4 for incoming connections (PR #1290) ### Bugfixes