From 843280133d9156760feac4cb5e364c6e7ba067fc Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Tue, 12 Jan 2016 17:51:29 -0500 Subject: [PATCH] DOC: Add whatsnew. --- docs/source/whatsnew/0.8.4.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 2fa84f31..7dfd070a 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -63,6 +63,8 @@ Enhancements subclasses inherit all of the columns from the parent. These columns will be new sentinels so you can register them a custom loader (:issue:`924`). +* Added :func:`~zipline.utils.input_validation.coerce`. + Experimental Features ~~~~~~~~~~~~~~~~~~~~~