From 9953c7ea28e8367308590e4abba62fddd2fd82be Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 12 May 2014 14:31:47 -0400 Subject: [PATCH] DOC: Update release notes. --- docs/release-notes/zipline-0.6.2.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/zipline-0.6.2.md b/docs/release-notes/zipline-0.6.2.md index d8e16ff5..ae1378f1 100644 --- a/docs/release-notes/zipline-0.6.2.md +++ b/docs/release-notes/zipline-0.6.2.md @@ -34,6 +34,9 @@ ## Bug Fixes (BUG) +* Fix alignment of trading days and open and closes in trading environment. + [PR331](https://github.com/quantopian/zipline/pull/331) + ## Performance (PERF) ## Maintenance and Refactorings (MAINT)