From 9d006b328b00b926a83134a307389ecc78395b03 Mon Sep 17 00:00:00 2001 From: dmichalowicz Date: Wed, 23 Mar 2016 15:08:38 -0400 Subject: [PATCH] DOC: Add whatsnew entry --- docs/source/whatsnew/0.8.5.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/whatsnew/0.8.5.txt b/docs/source/whatsnew/0.8.5.txt index 9257ffbe..6fd25cbd 100644 --- a/docs/source/whatsnew/0.8.5.txt +++ b/docs/source/whatsnew/0.8.5.txt @@ -52,7 +52,9 @@ None Bug Fixes ~~~~~~~~~ -None +* Fixed a bug where merging two numerical expressions failed given too many + inputs. This caused running a pipeline to fail when combining more than ten + factors or filters. (:issue:`1072`) Performance ~~~~~~~~~~~