Skip to content

Commit

Permalink
Attempt to broaden NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jan 17, 2024
1 parent 6fb2da8 commit 0c9cada
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

* `@family` lists are now ordered more carefully, "foo1" comes after "foo" (#1563, @krlmlr).

* `@importFrom magrittr "%>%"` works again (#1570, @MichaelChirico). Relatedly, `@importFrom`
directives not matching any known functions (e.g. `@importFrom utils plot pdf`) will not
produce invalid NAMESPACE files.
* `@importFrom magrittr "%>%"` works again, as does
``@importFrom rlang `:=` `` (#1570, @MichaelChirico). The form
`@importFrom magrittr %>%` continues to work. Relatedly, `@importFrom`
directives not matching any known functions (e.g.
`@importFrom utils plot pdf`) will not produce invalid NAMESPACE files.

# roxygen2 7.3.0

Expand Down

0 comments on commit 0c9cada

Please sign in to comment.