set (My_Project_Title "MultiMarkdown")
set (My_Project_Description "Lightweight markup processor to produce HTML, LaTeX, and more.")
set (My_Project_Author "Fletcher T. Penney")
-set (My_Project_Revised_Date "2017-03-29")
+set (My_Project_Revised_Date "2017-04-09")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 0)
-set (My_Project_Version_Patch 3)
+set (My_Project_Version_Patch 4)
set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
<text:h text:outline-level="3"><text:bookmark text:name="changelog"/>Changelog </text:h>
<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="Standard">2017–04–09 - v 6.0.4:</text:p>
+
+<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: The ‘–l’ command line argument also sets language, if not overridden by metadata</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix regular expression to match table separator lines. (Fixes #50)</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">FIXED: Improve organization of fallback lines for fenced code blocks and HTML blocks</text:p></text:list-item>
+
+</text:list></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">2017–03–29 - v 6.0.3:</text:p>
+
+<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Script for updating re2c and lemon files</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+CHANGED: Recompile lexer using –8 flag</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+CHANGED: Recompile scanners using –8 flag</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">FIXED: Don’t separate out 'à'</text:p></text:list-item>
+
+</text:list></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">2017–03–29 - v 6.0.2:</text:p>
+
+<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="P1">
+CHANGED: Refactor code slightly</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+CHANGED: Remove ASCII non–breaking space support from lexer</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">FIXED: Fix quote pairing in compatibility mode</text:p></text:list-item>
+
+</text:list></text:list-item>
+
<text:list-item>
<text:p text:style-name="Standard">2017–03–28 – v 6.0.1:</text:p></text:list-item>
<h3 id="changelog">Changelog </h3>
<ul>
+<li><p>2017–04–09 - v 6.0.4:</p>
+
+<ul>
+<li>ADDED: The ‘–l’ command line argument also sets language, if not overridden by metadata</li>
+<li>FIXED: Fix regular expression to match table separator lines. (Fixes #50)</li>
+<li>FIXED: Improve organization of fallback lines for fenced code blocks and HTML blocks</li>
+</ul></li>
+<li><p>2017–03–29 - v 6.0.3:</p>
+
+<ul>
+<li>ADDED: Script for updating re2c and lemon files</li>
+<li>CHANGED: Recompile lexer using –8 flag</li>
+<li>CHANGED: Recompile scanners using –8 flag</li>
+<li>FIXED: Don’t separate out 'à'</li>
+</ul></li>
+<li><p>2017–03–29 - v 6.0.2:</p>
+
+<ul>
+<li>CHANGED: Refactor code slightly</li>
+<li>CHANGED: Remove ASCII non–breaking space support from lexer</li>
+<li>FIXED: Fix quote pairing in compatibility mode</li>
+</ul></li>
<li><p>2017–03–28 – v 6.0.1:</p></li>
<li><p>CHANGED: Adjust LaTeX support files</p></li>
<li><p>CHANGED: Fix potential bug in tokenize function</p></li>
# Changelog #
+* 2017-04-09 - v 6.0.4:
+
+ * ADDED: The '-l' command line argument also sets language, if not overridden by metadata
+ * FIXED: Fix regular expression to match table separator lines. (Fixes #50)
+ * FIXED: Improve organization of fallback lines for fenced code blocks and HTML blocks
+
+
* 2017-03-29 - v 6.0.3:
* ADDED: Script for updating re2c and lemon files
| ---------- | ------------------------- |
| Title: | MultiMarkdown |
| Author: | Fletcher T. Penney |
-| Date: | 2017-03-29 |
+| Date: | 2017-04-09 |
| Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. |
-| Version: | 6.0.3 |
+| Version: | 6.0.4 |
## An Announcement! ##