diff --git a/NEWS.md b/NEWS.md index b2a125732..f074eb7ef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,10 +2,9 @@ ## Polars R Package 0.18.0 -Updated rust-polars to 0.41.3 (#1147, #1156). - ### Breaking changes +- Updated rust-polars to 0.41.3 (#1147, #1156). - In `$n_chunks()`, the default value of `strategy` now is `"first"` (#1137). - `$sample()` for Expr and DataFrame (#1136): - the argument `frac` is renamed `fraction`; @@ -48,7 +47,6 @@ Updated rust-polars to 0.41.3 (#1147, #1156). - In `$join()`, when `how = "cross"`, `on`, `left_on` and `right_on` must be `NULL` (#1147). - ### New features - New method `$has_nulls()` (#1133).