Skip to content

Commit 1e024da

Browse files
committed
Add note to NEWS
1 parent 0f37e2b commit 1e024da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# readr (development version)
22

3+
* minor test tweak for compatibility with testthat 3.1.0 (#@lionel-, #1304)
4+
35
* `write_rds()` gains a `text=` argument, to control using a text based object representation, like the `ascii=` argument in `saveRDS()` (#1270)
46

57
# readr 2.0.1
@@ -9,6 +11,7 @@
911
* `read_delim_chunked()` now again correctly respects the `chunk_size` parameter (#1248)
1012

1113
* `type_convert()` gains a `guess_integer` argument, passed to `guess_parser()` (@jmbarbone, #1264)
14+
1215
* `read_tsv()` now correctly passes the `quote` and `na` arguments to `vroom::vroom()` (#1254, #1255)
1316

1417
* Avoid spurious byte compilation errors due to the programmatically generated `spec_*()` functions.

0 commit comments

Comments
 (0)