From fa9e61909b4a052a03a67f95438a8f3f4540d684 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Fri, 13 Feb 2015 14:18:48 +0100 Subject: [PATCH] DOC Add highlights section to release announcements. --- docs/release-notes/zipline-0.8.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/zipline-0.8.0.md b/docs/release-notes/zipline-0.8.0.md index 1af48542..63ced9a7 100644 --- a/docs/release-notes/zipline-0.8.0.md +++ b/docs/release-notes/zipline-0.8.0.md @@ -1,5 +1,11 @@ # Zipline 0.8.0 Release Notes +## Highlights + + * New documentation system with a new website at [zipline.io](http://www.zipline.io) + * Major performance enhancements. + * Dynamic history. + ## 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)