From b54dcd1bf38001395f017847149386262f0b01f6 Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Fri, 1 Dec 2023 20:56:18 +0000 Subject: [PATCH] update NEWS --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index a39566d52..f409d97eb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,9 @@ * When computing censoring weights, the resulting vectors are no longer named (#1023). +* Fixed a bug in the integration with workflows where using a model formula with a formula preprocessor could result in a double intercept (#1033). + + # parsnip 1.1.1 * Fixed bug where prediction on rank deficient `lm()` models produced `.pred_res` instead of `.pred`. (#985)