From 79041df093856cc0fd514b8f5e91fee097debe38 Mon Sep 17 00:00:00 2001 From: Delaney Granizo-Mackenzie Date: Tue, 29 Jul 2014 12:59:00 -0400 Subject: [PATCH] Created 0.7.1 release notes --- docs/release-notes/zipline-0.7.1.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/release-notes/zipline-0.7.1.md 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)