diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-09-02 16:56:00 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-09-02 17:00:17 +0200 |
commit | f0c0022d8cb9337015df845d9a31fbab39b87327 (patch) | |
tree | fe22465eff230fd2cca108b3495f95931f524f8d /Makefile.am | |
parent | 54cf00ba6e2cbea815d684415426ad28de9953fd (diff) |
Piece together a CHANGELOG file from the release announcments
The CHANGELOG tries to summarize the change history of the project
and currently contains changes from 2.0.0 onwards that could easily
be extracted from the release mails.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9da38af..43bac49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ test_PROGRAMS = test_SCRIPTS = TESTS = -EXTRA_DIST = COPYING +EXTRA_DIST = COPYING CHANGELOG.md include lib/Makemodule.am include ubi-utils/Makemodule.am |