diff --git a/docs/source/whatsnew/0.7.0.txt b/docs/source/whatsnew/0.7.0.txt index 84501299..d0402d9a 100644 --- a/docs/source/whatsnew/0.7.0.txt +++ b/docs/source/whatsnew/0.7.0.txt @@ -144,6 +144,8 @@ Bug Fixes Performance ~~~~~~~~~~~ +None + Maintenance and Refactorings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/source/whatsnew/0.8.0.txt b/docs/source/whatsnew/0.8.0.txt index 8e2a647b..795122e5 100644 --- a/docs/source/whatsnew/0.8.0.txt +++ b/docs/source/whatsnew/0.8.0.txt @@ -183,6 +183,8 @@ Maintenance and Refactorings Build ~~~~~ +None + Documentation ~~~~~~~~~~~~~ diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt new file mode 100644 index 00000000..fb2a12dd --- /dev/null +++ b/docs/source/whatsnew/0.8.4.txt @@ -0,0 +1,51 @@ +Release 0.8.4 +------------- + +:Release: 0.8.4 +:Date: TBD + +Highlights +~~~~~~~~~~ + +None + +Enhancements +~~~~~~~~~~~~ + +None + +Experimental Features +~~~~~~~~~~~~~~~~~~~~~ + +.. warning:: + + Experimental features are subject to change. + +None + +Bug Fixes +~~~~~~~~~ + +* Fixes an issue that would cause the daily/minutely method caching to change + the ``len`` of a :class:`~zipline.protocol.SIDData` object. This would cause + us to think that the object was not empty even when it was (:issue:`826`). + +Performance +~~~~~~~~~~~ + +None + +Maintenance and Refactorings +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +None + +Build +~~~~~ + +None + +Documentation +~~~~~~~~~~~~~ + +None