From 748ce18cc2ccc3f7c07fa8b7c5b6f90ed9242b72 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 2 Jan 2024 15:00:00 -0600 Subject: [PATCH] docs: Update changelog --- clap_complete/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clap_complete/CHANGELOG.md b/clap_complete/CHANGELOG.md index 8fea716e093..1ef80ea707b 100644 --- a/clap_complete/CHANGELOG.md +++ b/clap_complete/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Work with older Bash versions, particularly for MacOS + ## [4.4.5] - 2023-12-27 ### Documentation