From 7a1abc88f8fa96ef0cd34955b10d789e9dddbecf Mon Sep 17 00:00:00 2001 From: jfkirk Date: Thu, 12 Nov 2015 14:44:20 -0500 Subject: [PATCH] DOC: Adds whatsnew for asset db versioning --- docs/source/whatsnew/0.8.4.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 6acb0c89..fb053b13 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -46,7 +46,8 @@ then directs `lookup_symbol` to these dictionaries to find matching equities Maintenance and Refactorings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -None +* Asset databases now contain version information to ensure compatibility + with current Zipline version (:issue:`815`). Build ~~~~~