From 60b9a977b620ac64c9446eb348ca266149bf12d1 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 13 Dec 2023 17:09:30 +0530 Subject: [PATCH] cleanup: fix Markdown headings in CHANGELOG Signed-off-by: K.B.Dharun Krishna --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07aeb8d..e8d2ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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=` option.