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