DOC: updated release notes for 0.4.6

This commit is contained in:
Frederic Fortier
2018-01-18 23:09:04 -05:00
parent 853707dfb2
commit 03d2c0e306
+19
View File
@@ -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