fix NEWS file
authorgggeek <giunta.gaetano@gmail.com>
Sat, 11 Nov 2017 21:22:03 +0000 (21:22 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 11 Nov 2017 21:22:03 +0000 (21:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b693f89..ba6247f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
 XML-RPC for PHP version 4.3.0 - 2017/11/6
 
-* fixed: compatibility with Basic/Digest/NTLM auth when using client in cURL mode (issue #55)
+* fixed: compatibility with Basic/Digest/NTLM auth when using client in cURL mode (issue #58)
 
 * improved: added unit tests for Basic and Digest http auth. Also improved tests suite
 
-* new: allow to force usage of curl for http &.0 calls, as well as plain socket for https calls, via the method
+* new: allow to force usage of curl for http 1.0 calls, as well as plain socket for https calls, via the method
     `Client::setUseCurl()`