diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 13d78611..67743dfc 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -122,6 +122,11 @@ Bug Fixes * Fixed an issue in the CLI that would cause assets to be added twice. This would map the same symbol to two different sids (:issue:`942`). +* Fixed an issue where the + :class:"`~zipline.finance.performance.period.PerformancePeriod` incorrectly + reported the total_positions_value when creating a + :class:`~zipline.protocol.Account` (:issue:`950`). + Performance ~~~~~~~~~~~