Skip to content

Commit

Permalink
docs(NEWS) Add entry on improved db_joins
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Oct 15, 2024
1 parent 2c178ed commit 94cc1df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

* `update_snapshot()` has been optimized and now runs faster on all the supported backends (#137).

* `*_joins()` can now take `dplyr::join_by()` as `by` argument when no `na_by` argument is given (#156).
* `*_joins()` have been more robust:
* `dbplyr` is now used internally which improves `full_join` and adds `anti_join` and `semi_join` (#157).
* When not supplying a `na_by` argument no input validation is made and unmodified `dplyr::*_join()` is called (#156).

## Documentation

Expand Down

0 comments on commit 94cc1df

Please sign in to comment.