From 182cf9754c772ed907f7cbca64024a7bea111b2b Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Fri, 13 Nov 2015 18:12:10 -0500 Subject: [PATCH] DOC: Add a whatsnew. --- docs/source/whatsnew/0.8.4.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 3e211876..6c493c52 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -69,3 +69,6 @@ Miscellaneous without ``nose_parameterized.expand`` which bloats the test output (:issue:`833`). * Limits timer report in test output to 15 longest tests (:issue:`838`). +* Treasury and benchmark downloads will now wait up to an hour to download + again if data returned from a remote source does not extend to the date + expected. (:issue:`841`).