Move CHANGELOG.md entry to Features

This commit is contained in:
Aaron Kollasch 2022-11-02 17:14:48 -04:00
parent 1224403aa1
commit 017e830bf2
No known key found for this signature in database
GPG Key ID: F813CAE853E39883
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
# unreleased
- Breaking change: Environment variables can now override config file settings (but command-line arguments still have the highest precedence), see #1152, #1281, and #2381 (@aaronkollasch)
## Features
- Implemented `-S` and `--chop-long-lines` flags as aliases for `--wrap=never`. See #2309 (@johnmatthiggins)
- Breaking change: Environment variables can now override config file settings (but command-line arguments still have the highest precedence), see #1152, #1281, and #2381 (@aaronkollasch)
## Bugfixes