DOC: Add a whatsnew entry.

This commit is contained in:
Scott Sanderson
2015-11-20 21:12:34 -05:00
parent 26cef8d959
commit 121632e814
+2
View File
@@ -82,6 +82,8 @@ Documentation
Miscellaneous
~~~~~~~~~~~~~
* Added a :meth:`~zipline.pipeline.pipeline.Pipeline.show_graph` method to render
a Pipeline as an image (:issue:`836`).
* Adds :func:`~zipline.utils.test_utils.subtest` decorator for creating subtests
without ``nose_parameterized.expand`` which bloats the test output
(:issue:`833`).