From f3f5d8a425670bb9dedd391b406c28360f9f50fb Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Fri, 13 Nov 2015 09:44:42 -0500 Subject: [PATCH] DOC: Updated whatsnew --- docs/source/whatsnew/0.8.4.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index fb053b13..1938ca2a 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -67,3 +67,4 @@ Miscellaneous * Adds :func:`~zipline.utils.test_utils.subtest` decorator for creating subtests without ``nose_parameterized.expand`` which bloats the test output (:issue:`833`). +* Limits timer report in test output to 15 longest tests (:issue:`838`).