From 78b0f48c4d92d53e7f00a0760d096450f16085f1 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:37:21 -0500 Subject: [PATCH] Update CHANGELOG Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- .markdownlint.yml | 2 ++ CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.markdownlint.yml b/.markdownlint.yml index d71a578..0059ce7 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -1,3 +1,5 @@ no-inline-html: allowed_elements: - kbd +no-duplicate-header: + allow_different_nesting: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 36bdf73..5ec0d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Way more unit tests ([#4](https://github.com/MillironX/Kelpie.jl/pull/4)) + ### Changed - Arrays of content replaced with argument splatting ([#2](https://github.com/MillironX/Kelpie.jl/pull/2))