diff --git a/docs/source/whatsnew/1.0.0.txt b/docs/source/whatsnew/1.0.0.txt index 2ae37f8477..d4a16de393 100644 --- a/docs/source/whatsnew/1.0.0.txt +++ b/docs/source/whatsnew/1.0.0.txt @@ -224,4 +224,8 @@ Documentation Miscellaneous ~~~~~~~~~~~~~ -None +* Zipline now provides a `stub file + `_ for the + ``zipline.api`` module. This module is normally dynamically created so the + stub file provides some static information for utilities that can consume it, + for example PyCharm (:issue:`1208`).