From 03d2c0e3063f19908467703ac37a20e01f0aafc6 Mon Sep 17 00:00:00 2001 From: Frederic Fortier Date: Thu, 18 Jan 2018 23:09:04 -0500 Subject: [PATCH] DOC: updated release notes for 0.4.6 --- docs/source/releases.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 78d17ca8..0130ccce 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -2,6 +2,25 @@ Release Notes ============= +Version 0.4.6 +^^^^^^^^^^^^^ +**Release Date**: 2018-01-18 + +Bug Fixes +~~~~~~~~~ +- Fixed some Python3 issues +- Reading the trade log to get executed order prices on exchanges like Binance (:issue:`151`) +- Fixed issue with market order executing price (:issue:`150` and :issue:`111`) +- Implemented standardized symbol mapping (:issue:`157`) +- Improved error handling for unsupported timeframes (:issue:`159`) +- Using Bitfinex instead of Poloniex to fetch btc_usdt benchmark (:issue:`161`) + + +Build +~~~~~ +- Added a `context.state` dict to keep arbitrary state values between runs +- Added ability to stop live algo at specified end date + Version 0.4.5 ^^^^^^^^^^^^^ **Release Date**: 2018-01-12