diff --git a/_sources/live-trading.txt b/_sources/live-trading.txt index 2a59cb2d..a2d8e0a5 100644 --- a/_sources/live-trading.txt +++ b/_sources/live-trading.txt @@ -75,7 +75,8 @@ Note that the trading pairs are always referenced in the same manner. However, not all trading pairs are available on all exchanges. An error will occur if the specified trading pair is not trading on the exchange. To check which currency pairs are available on each -of the supported exchanges, see `Catalyst Market Coverage `_. Trading an Algorithm ^^^^^^^^^^^^^^^^^^^^ diff --git a/_sources/releases.txt b/_sources/releases.txt index 5bcfb7d6..78d17ca8 100644 --- a/_sources/releases.txt +++ b/_sources/releases.txt @@ -2,6 +2,17 @@ Release Notes ============= +Version 0.4.5 +^^^^^^^^^^^^^ +**Release Date**: 2018-01-12 + +Bug Fixes +~~~~~~~~~ +- Improved order execution for exchanges supporting trade lists (:issue:`151`) +- Fixed an issue where requesting history of multiple assets repeats values +- Raising an error for order amounts smaller than exchange lots +- Handling multiple req errors with tickers more gracefully (:issue:`160`) + Version 0.4.4 ^^^^^^^^^^^^^ **Release Date**: 2018-01-09 diff --git a/appendix.html b/appendix.html index cecdec66..1cefc7b5 100644 --- a/appendix.html +++ b/appendix.html @@ -160,66 +160,70 @@
  • Release Notes