DOC: Add whatsnew entry for batch transform deprecation

This commit is contained in:
Abhijeet Kalyan
2016-02-24 16:15:46 -05:00
parent 2883abb5a7
commit ab7a5ee1cd
+3
View File
@@ -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
~~~~~~~~~~~~