From 3312cdf975feef007156189c215e3fda29892f15 Mon Sep 17 00:00:00 2001 From: goferito Date: Sun, 24 May 2015 00:57:35 +0200 Subject: [PATCH] Add changelog v2 to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f25db8..ef3067a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Node Bing API Node.js lib for the Azure Bing Web Search API +## Changelog v2 +In order to follow JavaScript best practices and allow the library to +be promisified, the callback function is now the last parameter. + ## Installation ```` npm install node-bing-api