Skip to content

Commit c55432b

Browse files
committed
Update NEWS.md
1 parent f36ad76 commit c55432b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ editor_options:
44
wrap: 72
55
---
66

7+
# precommit v0.3.3
8+
- `codemeta-description-updated`, `roxygenize`, and
9+
`use-tidy-description` now all support a `root` argument that
10+
specifies the directory in the git repo that contains the R package.
11+
Defaults to `.` since for most R package git repos, the git and R package
12+
root coincide.
13+
714
# precommit v0.3.2.9000
815

916
- `use_ci()` is now documented to take `NA`, not `NULL` for argument
1017
`ci` (#431).
18+
- `deps-in-desc`supports a `root` argument that specifies the directory in
19+
the git repo that contains the R package. Defaults to `.` since for most R
20+
package git repos, the git and R package root coincide.
1121

1222
# precommit v0.3.2
1323

0 commit comments

Comments
 (0)