Skip to content

Commit

Permalink
Mention glue_sql() and glue_data_sql() as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Sep 19, 2024
1 parent 41bfd0f commit 3aba3a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
This reverts #292. (#318).

* The `.envir` argument to `glue()` and `glue_data()` really must be an
environment now, as documented. Previously a list-ish object worked in some
cases (by accident, not really by design). When you need to lookup values in
a list-ish object, use `glue_data(.x =)` (#308, #317).
environment now, as documented. Previously a list-ish object worked in
some cases (by accident, not really by design). When you need to lookup
values in a list-ish object, use `glue_data(.x =)` (#308, #317).
Ditto for `glue_sql()` and `glue_data_sql()`.

# glue 1.7.0

Expand Down

0 comments on commit 3aba3a1

Please sign in to comment.