Skip to content

Commit 7ec287d

Browse files
committed
Work on NEWS
1 parent 6baa01f commit 7ec287d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

NEWS.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# googlesheets4 (development version)
22

3-
Help files below `man/` have been re-generated, so that they give rise to valid HTML5.
4-
53
The mere existence of an invalid named range no longer prevents googlesheets4 from dealing with a Sheet (#175).
64

5+
googlesheets4 now understands that Google Sheets can have 10 million cells (up from 5 million) (#257).
6+
7+
## Internal matters
8+
9+
Help files below `man/` have been re-generated, so that they give rise to valid HTML5. (This is the impetus for this release, to keep the package safely on CRAN.)
10+
11+
Examples now use `@examplesIf` to express when a token or an interactive session is required for successful execution.
12+
13+
Errors have been revised to (more often) reveal the most appropriate call, i.e. the high-level function called by the user as opposed to an internal helper (#255).
14+
15+
Informative messages now route through `cli::cli_inform()`, instead of `cli::cli_bullets()`.
16+
717
# googlesheets4 1.0.0
818

919
## User interface

0 commit comments

Comments
 (0)