From 2a19c7a422c3ec4b33c20d099d60b547bd19523d Mon Sep 17 00:00:00 2001 From: Matt Schreiber Date: Sun, 30 Jul 2023 09:26:18 -0400 Subject: [PATCH] docs(changelog): mention addition of Nix support --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1817182..a03b08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v3.0.3...master)) - * TBD + * [FEATURE] Support building Bashcov with [the Nix package manager](https://nixos.org) (#78) ## v3.0.3, 2023-07-14 ([changes](https://github.com/infertux/bashcov/compare/v3.0.2...v3.0.3))