Skip to content

Commit f4c395e

Browse files
update news
1 parent 40fc53d commit f4c395e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

NEWS.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
be applied to files or not (#634).
77

88
- `style_file()` and friends gain argument `base_indention` (defaulting to 0) to
9-
control by how much the output code is indented (#649).
9+
control by how much the output code is indented (#649, #692).
1010

1111
- added an option (`styler.test_dir_writeable`) that changes test behavior
1212
to not directly modify test files in the current directory (#548).
@@ -18,8 +18,9 @@
1818

1919
- blank lines in function calls and headers are now removed, for the former only
2020
when there are no comments before or after the blank line (#629, #630, #635).
21-
- speed improvement (~10%) when cache is activated because transformers are not
22-
captured as character anymore (#679).
21+
- speed improvements: (~10%) when cache is activated because transformers are not
22+
captured as character anymore (#679), ~ 3% in low-level optimization (#691).
23+
Require magrittr 2.0 gives about 7% speed improvement (#681).
2324

2425
## Minor changes and fixes
2526

@@ -37,11 +38,13 @@
3738
#687).
3839
- The internal `create_tree()` only used in testing of styler now works when the
3940
cache is activated (#688).
41+
- simplification of internals (#692).
4042

4143
## Infrastructure changes
4244

4345
- switched from travis and AppVeyor to GitHub Actions (#653, #660).
44-
- Added basic continuous benchmarking (#674, #684).
46+
- Added basic continuous benchmarking with [lorenzwalthert/touchstone](https://github.com/lorenzwalthert/touchstone)
47+
(#674, #684, #698).
4548

4649
# styler 1.3.2
4750

0 commit comments

Comments
 (0)