diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 67743dfc..adc5e9ef 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -127,6 +127,9 @@ Bug Fixes reported the total_positions_value when creating a :class:`~zipline.protocol.Account` (:issue:`950`). +* Fixed issues around KeyErrors coming from history and BarData on 32-bit + python, where Assets did not compare properly with int64s (:issue:`959`). + Performance ~~~~~~~~~~~