From 08caf046e1a3b3d5758c9ecf46a0c43bcc1e22ac Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 4 Apr 2017 16:49:29 -0700 Subject: [PATCH] changelog --- changelog.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.markdown b/changelog.markdown index 25bd7c591..fa68918a1 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,3 +1,12 @@ +# 14.3.0 + +update `https-browserify` to 1.0.0, which matches node.js behavior more closely. + +- throw exception if non-https URL is passed to `https.request` or `https.get` +- support passing string URL as first argument to `https.request` and `https.get` + +https://github.com/substack/node-browserify/pull/1710 + # 14.2.0 adds a --transform-key flag to the command-line tool