diff --git a/NEWS.md b/NEWS.md index b3800f67e..9ca89c283 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,7 +7,7 @@ * New parameter `new_role_direct` for `PipeOpColRoles` / `po("colroles")` to change column roles by role instead of by column. * Dictionary sugar functions `po()` / `pos()` / `ppl()` / `ppls()` now make suggestions for entries in both `mlr_pipeops` as well as `mlr_graphs` when an object by the given name could not be found in the respective dictionary. * New PipeOp `PipeOpDecode` / `po("decode")` to reverse one-hot or treatment encoding. -* Fix: Columns that are `feature` and something else no longer lose the other column role during training or prediction. +* Fix: Columns that are `feature` and something else no longer lose the other column role during training or predicting of `PipeOp`s inheriting from `PipeOpTaskPreproc`. * Fix: Made tests for `PipeOpBLSmote` deterministic. # mlr3pipelines 0.7.1