Skip to content

Commit

Permalink
docs: Add deprecated->new field mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Nov 6, 2024
1 parent 2f987b9 commit 519b713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated

- Config options moved to `[app.output]` table:
- `app.use_colors`
- `app.use_paging`
- `app.output_format`
- `app.use_colors` → `app.output.color`
- `app.use_paging` → `app.output.paging`
- `app.output_format` → `app.output.format`

## [3.2.0]

Expand Down

0 comments on commit 519b713

Please sign in to comment.