aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1c16fd6c..274d6c6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+sisu (4.1.12-1) unstable; urgency=low
+
+ [ Ralph Amissah ]
+ * [dd40cd8] v4 v5: version & changelog
+ * [c3a5315] v4 v5: fuchsia (sp.)
+ * [bd4e38f] v4 v5: rescued error messages
+ * [84ff66b] v4 v5: terminal message, code marker
+ * [386233f] v5: markup syntax add: switch ocn (object numbering) off & on for
+ content block
+ * switch ocn off & on for a block of content, line containing only
+ off: "--~#" (omit headings where possible) "---#" on: "--+#"
+ * [27cce87] v5: alternative open and close for blocks using line starting with
+ "```"
+ * e.g.
+ open code block: "``` code"
+ close code block: "```"
+ start poem: "``` poem"
+ end poem: "```"
+ * remove need for an empty line between opening & closing of a text block
+ * [750c6c5] v5: vim syntax additions, sisu.vim
+ * ocn (object numbering) on, off, text block using "--~#" "---#" "--+#"
+ * grouped text, open, close of blocks using tics "```"
+
+ -- Ralph Amissah <ralph@amissah.com> Wed, 21 Aug 2013 23:22:57 -0400
+
sisu (4.1.11-1) unstable; urgency=medium
[ Ralph Amissah ]