Skip to content

Commit ac59703

Browse files
committed
NEWS
1 parent ec708fa commit ac59703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: NEWS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
# tibble 3.1.6
44

55
- `set_num_opts()` and `set_char_opts()` are reexported from pillar (#959).
6-
- `view()` uses `rlang::lxpr_deparse(width = Inf)` to avoid errors with long `|>` pipes (#957).
6+
- `view()` uses `rlang::expr_deparse(width = Inf)` to avoid errors with long `|>` pipes (#957).
77
- `new_tibble()` checks that the `nrow` argument is nonnegative and less than 2^31 (#916).
8+
- `tbl_sum.tbl_df()` has an ellipsis in its formals for extensibility.
89

910

1011
# tibble 3.1.5

0 commit comments

Comments
 (0)