Skip to content

Commit

Permalink
cleanup: fix Markdown headings in CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Dec 13, 2023
1 parent a57080a commit 60b9a97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ will be removed after two major releases.

## v1.6.1 - 2023-12-13

## Added
### Added

- Option to disable color highlighting
- Add support for `NO_COLOR` environment variable.
- Add support for the `NO_COLOR` environment variable.

## Changed
### Changed

- Update manpage to reflect new and updated flags

### Fixed

- Fix updating local database
- Prevent freezing of autocompletion in zsh
- Fix updating a local database
- Prevent freezing of auto-completion in zsh
- Fix print usage of flags

## Removed
### Removed

- Platform specific long flags like `--linux`, `--osx`, and `--sunos` are removed in favor of `--platform=<platform>` option.

Expand Down

0 comments on commit 60b9a97

Please sign in to comment.