Skip to content

Commit e67223a

Browse files
committed
NEWS
1 parent e075bc6 commit e67223a

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

NEWS.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,34 @@
22

33
# pillar 1.10.0
44

5-
## Breaking changes
6-
7-
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
8-
9-
## Bug fixes
10-
11-
- Fix printing of infinite times (#645, #710).
12-
13-
- Fix tibble tests (#665, #709).
14-
155
## Features
166

177
- `tbl_format_setup()` gains a `setup` argument that supports printing the header before the data for the body is available, e.g., for remote backends such as databases (#686).
188

19-
- New `tbl_nrow()` to support lazy data frames (#679).
9+
- New `tbl_nrow()` generic to support lazy data frames (#679).
2010

2111
- Show missing values in red in `glimpse()` (@ryanzomorrodi, #662).
2212

2313
- Math operations on `num()` objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660).
2414

25-
## Chore
26-
27-
- IDE.
15+
## Breaking changes
2816

2917
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
3018

31-
## Documentation
19+
## Bug fixes
20+
21+
- Fix printing of infinite times (#645, #710).
22+
23+
- Fix tibble tests (#665, #709).
3224

33-
- Add `index.md`.
25+
## Documentation
3426

3527
- Describe `getOption("width")` (#671, #708).
3628

3729
- Update `_pkgdown.yml` to bring back search bar (@olivroy, #667).
3830

39-
- Only implement `type_sum.accel()` in pkgdown mode (#661).
40-
4131
- Avoid displaying deprecated argument in `@inheritDotParams` (@olivroy, #657).
4232

43-
## Testing
44-
45-
- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).
46-
47-
- Fix tests for older R versions.
48-
4933

5034
# pillar 1.9.0
5135

0 commit comments

Comments
 (0)