Skip to content

Commit 21c764f

Browse files
give context and simplify news
1 parent f2ba102 commit 21c764f

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

NEWS.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
22
# styler 1.10.0
33

4-
**Infrastructure**
4+
This release contains speed-ups between 20% and 40% depending on your use case
5+
thanks to replacing {base} functionality with {vctrs} (#1114). With the speed
6+
boost introduced in version 1.8.0 in Oct. 2022, {styler} is now up to 2x as fast
7+
as before release 1.8.0.
58

6-
- Bump `actions/checkout` to version 3 in GitHub Actions (#1098).
7-
- Bump {touchstone} config (#1104, #1107).
8-
- split `test-public_api.R` for better sharding (#1109).
9-
- 0-pad filenames for sharding (#1110)
10-
- add missing {testthat} snapshots (#1115).
9+
This release was created upon a request by the CRAN team to actively manage not
10+
just cached files but also the potentially empty cache directories they live in
11+
(#1118). Here are the changes in detail:
1112

12-
**Other changes**
1313

14-
- Remove tail recursion in favor of `repeat` (#1113).
14+
- Require at least R 3.6 (#1101).
1515
- Prefer {vctrs} functions over slower {base} equivalents (#1114).
1616
- Replace deprecated use of `rlang::with_handlers()` (#1103).
17-
- Require at least R 3.6 (#1101).
18-
17+
- Remove tail recursion in favor of `repeat` (#1113).
18+
- split `test-public_api.R` for better sharding (#1109).
19+
- 0-pad filenames for sharding (#1110)
20+
- add missing {testthat} snapshots (#1115).
21+
- Bump {touchstone} config (#1104, #1107).
22+
- Bump `actions/checkout` to version 3 in GitHub Actions (#1098).
1923

2024
Thanks for everyone contributing to this release:
2125

0 commit comments

Comments
 (0)