diff MIGRATING.md @ 807:5a421b20a4f4

misc: remove ssl verification for now, closes #953 @30m
author David Demelier <markand@malikania.fr>
date Thu, 15 Nov 2018 13:07:10 +0100
parents d55a64c6586b
children dc6b42d7b97a
line wrap: on
line diff
--- a/MIGRATING.md	Wed Nov 14 20:16:00 2018 +0100
+++ b/MIGRATING.md	Thu Nov 15 13:07:10 2018 +0100
@@ -20,7 +20,8 @@
   `server-notice` and `server-mode` instead,
 - The option `connect.host` has been renamed to `connect.hostname`,
 - The option `--host` has been renamed to `--hostname`,
-- The output style has been unified.
+- The output style has been unified,
+- Options `-S` and `--ssl-verify` in server-connect have been removed.
 
 ### Plugins
 
@@ -71,7 +72,8 @@
 - The object returned in the method `Server.info` now has a `hostname` property
   instead of `host`.
 - The property `host` in constructor `Server` has been renamed to
-  `hostname`.
+  `hostname`,
+- The property `sslVerify` in `Server` constructor has been removed.
 
 #### Module ElapsedTimer