diff --git a/docs/release-notes/zipline-0.7.1.md b/docs/release-notes/zipline-0.7.1.md new file mode 100644 index 00000000..2447bfb9 --- /dev/null +++ b/docs/release-notes/zipline-0.7.1.md @@ -0,0 +1,6 @@ +# Zipline 0.7.1 Release Notes + +## Bug Fixes (BUG) + +* Fix a bug where the reported returns could sharply dip for random periods of time. + [PR378](https://github.com/quantopian/zipline/pull/378)