Skip to content

Commit

Permalink
Add NEWS bullet
Browse files Browse the repository at this point in the history
Closes #317
  • Loading branch information
jennybc committed Jan 10, 2024
1 parent 963ea6a commit f8aa8e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# glue (development version)

* 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).

# glue 1.7.0

* If rlang is installed, glue will generate more informative errors if an
Expand Down

0 comments on commit f8aa8e8

Please sign in to comment.