diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 42ba82e8..35c2236d 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -25,6 +25,9 @@ Highlights * Zipline now supports ``numpy`` 1.10, ``pandas`` 0.17, and ``scipy`` 0.16 (:issue:`969`). +* Batch transforms have been deprecated and will be removed in a future release. + Using ``history`` is recommended as an alternative. + Enhancements ~~~~~~~~~~~~