diff --git a/docs/source/releases.rst b/docs/source/releases.rst index ee220190..0dd48855 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -4,22 +4,35 @@ Release Notes Version 0.3.4 ^^^^^^^^^^^^^ -**Release Date**: 2017-10-31 +**Release Date**: 2017-11-2 Bug Fixes ~~~~~~~~~ -- Fixed issue with auto-ingestion of minute data +- Fixed issue with auto-ingestion of minute data (:issue:`47`) - Fixed issue with sell orders in backtesting - Fixed data frequency issues with data.history() in backtesting - Fixed an issue with can_trade() - +- Reduced the commission and slippage values to account for lower volume transactions Build ~~~~~ - Added more unit tests +Documentation +~~~~~~~~~~~~~ + +- Improved installation notes for Windows C++ compiler and Conda +- Addition of `Jupyter Notebook guide `_ +- Addition of `Live Trading page `_ +- Addition of `Videos page `_ +- Addition of `Resources page `_ +- Addition of `Development Guidelines `_ +- Addition of `Release Notes `_ +- Updated code docstrings + + Version 0.3.3 ^^^^^^^^^^^^^ **Release Date**: 2017-10-26