From bba67228d868a3c5bf0ea5308834c765e9286806 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Tue, 5 Nov 2024 14:39:05 +0100 Subject: [PATCH] Typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 80fb539..3820f75 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ 6.0.0 - - New parse_url() function to expose curl URL parsing interface. + - New curl_parse_url() function to expose curl URL parsing interface. - Errors now have classes and more detailed messages - Do not use shared connection pool for FTP requests (works around bug in libcurl < 8.8.0)