From 9f8d72659de7a6a75b8c9594ccc9a5b9fd29c247 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Thu, 1 Oct 2020 19:07:51 -0400 Subject: [PATCH] news: fix error in 2.3.0 changelog We don't support file URLs at all; we added compression support for data URIs. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dd1479ab8..1ac6a03c3 100644 --- a/NEWS +++ b/NEWS @@ -67,7 +67,7 @@ - Allow specifying HTTP headers when fetching remote resources (3.1.0) - Support compression for CA certs and merged/replaced configs (3.1.0) - Support sha256 verification hashes (3.1.0) - - Support compression for file URIs + - Support compression for data URIs - Log structured journal entry when user config is found - Log structured journal entry when SSH keys are written