Skip to content

Commit

Permalink
Add a NEWS bullet about deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed May 1, 2023
1 parent 8bedcca commit 3374854
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# gmailr (development version)

* `gm_auth_configure()` accepts an OAuth client (or "app"), via the `app` argument, as promised in the docs (#144).
* The deprecation process for legacy functions that lack the `gm_` prefix has
been advanced to the next stage, getting closer to actual removal. More users
will see deprecation warnings in more contexts.

The unexported helper `gmailr:::gm_convert_file(list.files(pattern = "[.]R$", recursive = TRUE))`
can be used to convert all R files in the current directory to the new names.
(#95)

* `gm_auth_configure()` accepts an OAuth client (or "app"), via the `app`
argument, as promised in the docs (#144).

# gmailr 1.0.1

Expand Down

0 comments on commit 3374854

Please sign in to comment.