diff --git a/NEWS.md b/NEWS.md index 3f5e80f0..7a920b91 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,15 +2,18 @@ * S3 method export warning no longer fails if class contains `{` or `}` (#1575). -* `@family` lists are now ordered more carefully, "foo1" comes after "foo" (#1563, @krlmlr). - -* Re-runs of `namespace_roclet()` fixed for packages using multi-line `@rawNamespace` directives (#1572, @MichaelChirico). +* `@family` lists are now ordered more carefully, "foo1" comes after "foo" + (#1563, @krlmlr). * `@importFrom` works again for quoted non-syntactic names, e.g. - `@importFrom magrittr "%>%"` or ``@importFrom rlang `:=` ``, after being broken - in 7.3.0 (#1570, @MichaelChirico). The unquoted form `@importFrom magrittr %>%` - continues to work. Relatedly, `@importFrom` directives not matching any known - functions (e.g. `@importFrom utils plot pdf`) produce valid NAMESPACE files again. + `@importFrom magrittr "%>%"` or ``@importFrom rlang `:=` `` + (#1570, @MichaelChirico). The unquoted form `@importFrom magrittr %>%` + continues to work. Relatedly, `@importFrom` directives matching no known + functions (e.g. `@importFrom utils plot pdf`) produce valid NAMESPACE files + again. + +* Multi-line `@rawNamespace` no longer break re-runs of `namespace_roclet()` + (#1572, @MichaelChirico). # roxygen2 7.3.0