From e2d088c2be39a0de78da8a9ff4e2a867b1da8e40 Mon Sep 17 00:00:00 2001 From: dmichalowicz Date: Mon, 21 Dec 2015 16:49:01 -0500 Subject: [PATCH] DOC: Update whatsnew --- docs/source/whatsnew/0.8.4.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 8eaa3522..0689149e 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -85,6 +85,8 @@ Bug Fixes * Fixed an issue pickling :func:`~zipline.utils.sentinel.sentinel` objects (:issue:`872`). +* Fixed spurious warnings on first download of treasury data (:issue `922`). + Performance ~~~~~~~~~~~