about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2020-05-19 00:12:28 +0200
committersternenseemann <git@lukasepple.de>2020-05-19 00:20:31 +0200
commit64554d5caafa9d4cc2d86c036fbb527be69d9c1a (patch)
treebda95f94e44c31581cae57fc1dc281d2030ad39d
parentea9462a130ef0c5677f1d3d5db22d580b84bf605 (diff)
don't generate markdown changelog
This has some drawbacks (e. g. unwanted escaping) since logbook is heavily designed towards HTML output
-rw-r--r--CHANGES.md18
-rw-r--r--doc/CHANGES.md.jingoo9
2 files changed, 0 insertions, 27 deletions
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 %}