From 64554d5caafa9d4cc2d86c036fbb527be69d9c1a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 19 May 2020 00:12:28 +0200 Subject: don't generate markdown changelog This has some drawbacks (e. g. unwanted escaping) since logbook is heavily designed towards HTML output --- CHANGES.md | 18 ------------------ doc/CHANGES.md.jingoo | 9 --------- 2 files changed, 27 deletions(-) delete mode 100644 CHANGES.md delete mode 100644 doc/CHANGES.md.jingoo diff --git a/CHANGES.md b/CHANGES.md deleted file mode 100644 index 2e5fe43..0000000 --- a/CHANGES.md +++ /dev/null @@ -1,18 +0,0 @@ - - -v0.2 2020-4-24 ------------------------------------- - -* Switched to dune: - Use the new (quasi) standard OCaml build system. -* Fix build errors: - Mostly related to dependencies updating and breaking their API. - -v0.1 2017-2-18 ------------------------------------- - -* Initial Version: - Never really released. - - - diff --git a/doc/CHANGES.md.jingoo b/doc/CHANGES.md.jingoo deleted file mode 100644 index b54cbb9..0000000 --- a/doc/CHANGES.md.jingoo +++ /dev/null @@ -1,9 +0,0 @@ -{% autoescape false %} -{% for entry in entries %} -{{ entry.summary }} {{ entry.date }} ------------------------------------- -{% for item in entry.items %} -* {{ item.title }}: - {{ item.text }}{% endfor %} -{% endfor %} -{% endautoescape %} -- cgit 1.4.1