diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 33849bf8..135058a8 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -56,3 +56,10 @@ Documentation ~~~~~~~~~~~~~ * Document the release process for developers (:issue:`835`). + +Miscellaneous +~~~~~~~~~~~~~ + +* Adds :func:`~zipline.utils.test_utils.subtest` decorator for creating subtests + without ``nose_parameterized.expand`` which bloats the test output + (:issue:`833`).