Skip to content

Commit

Permalink
CHANGELOG bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Jan 14, 2025
1 parent bfe0732 commit 449c4dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# Development version

- In the CLI, errors and warnings are now written to stderr. This allows you to
see issues that occur during `air format`, such as parse errors or file not
found errors (#155).

- New global CLI option `--log-level` to control the log level. The default is
`warn` (#155).

- New global CLI option `--no-color` to disable colored output (#155).

- The default indent style has been changed to spaces. The default indent width
has been changed to two. This more closely matches the overwhelming majority
of existing R code.
Expand Down

0 comments on commit 449c4dc

Please sign in to comment.