You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# usethis 2.1.5
2
2
3
-
# usethis 2.1.4
4
-
5
3
pkgdown-related functions no longer automatically strip a trailing slash from the pkgdown site URL, in order to play more nicely with CRAN's URL checks (#1526).
6
4
7
5
`edit_pkgdown_config()` is a new function that opens the pkgdown YAML configuration file for the current Project, if such a file exists.
8
6
9
7
The error thrown when reporting an unsupported GitHub configuration has been fixed for forward compatibility with a future version of rlang, i.e. what is anticipated to be rlang v1.0.0.
10
8
9
+
Version 2.1.4 was never released. Version was advanced from 2.1.4 to 2.1.5 strictly for CRAN (re-)submission purposes.
10
+
11
11
# usethis 2.1.3
12
12
13
13
Modified a test to ensure that intermittent GitHub rate limiting does not lead to ungraceful failure on CRAN.
@@ -18,7 +18,6 @@ Modified a test to ensure that intermittent GitHub rate limiting does not lead t
18
18
19
19
`git_default_branch_rediscover()` prunes the defunct remote ref to the old default branch, e.g. `origin/master`.
20
20
21
-
Version 2.1.1 was never released. Version was advanced from 2.1.1 to 2.1.2 strictly for CRAN (re-)submission purposes.
0 commit comments