From bd427975ef7a936053140c9f3a979b010ea96498 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 3 Jun 2024 14:49:28 -0500 Subject: [PATCH] updated changelog --- .cspell/words.txt | 4 ++++ ChangeLog | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cspell/words.txt b/.cspell/words.txt index 2d45977..c58fd93 100644 --- a/.cspell/words.txt +++ b/.cspell/words.txt @@ -4,12 +4,16 @@ dhave_unistd_h dhave_unistd_h endfunction fpatch +gtest have_unistd_h intdiff intdifftest kubo +objdifftest +patchtest st2ses strdiff +strdifftest tatsuhiko unidiff unistrdiff diff --git a/ChangeLog b/ChangeLog index dcf28fd..fe827c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,13 @@ 2024-06-03 Scott E. Graves + * added clang-format and clang-tidy + * lowercase all files names + * moved to CMake build system * pr: fixed compilation issues * https://github.com/cubicdaiya/dtl/pull/22 * https://github.com/cubicdaiya/dtl/pull/18 * pr: initialize variables * https://github.com/cubicdaiya/dtl/pull/16 - * moved to CMake build system - * added clang-format and clang-tidy * 1.21 released