From b30399da17f8a68b7af2f3e2aecc5db6f1b85706 Mon Sep 17 00:00:00 2001 From: Jon Eyrick Date: Wed, 17 Jan 2018 22:25:34 -0800 Subject: [PATCH] v0.4.0 - (Breaking:) Improved error handling, thanks hems and robaleman! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91c8f525..efdc887f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ # Node Binance API This project is designed to help you make your own projects that interact with the [Binance API](https://www.binance.com/restapipub.html). You can stream candlestick chart data, market depth, or use other advanced features such as setting stop losses and iceberg orders. This project seeks to have complete API coverage including WebSockets. +### [Important: Breaking changes: See improvements in `v0.4.0` (Thanks hems and robaleman!)](https://github.com/jaggedsoft/node-binance-api/commit/b5d81071677227ff33041ae6b5e0ed42622f351a) + #### Installation ``` npm install node-binance-api --save