diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 692741bb..dde16a16 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -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`).