ChangeLog.md in kramdown-man-0.1.4 vs ChangeLog.md in kramdown-man-0.1.5
- old
+ new
@@ -1,4 +1,14 @@
+### 0.1.5 / 2013-05-19
+
+* Translate unicode symbols into roff glyphs.
+* Convert typographic symbols and smart quotes into glyphs.
+* Simplify `\fB\fC` as `\fC` (Colin Watson).
+* Use `\fB` for codespans (Colin Watson).
+* Escape `--` as `\-\-` (Colin Watson).
+* Escape `\` as `\e` (Colin Watson).
+* Emit `.TP` or `.HP` if the paragraph begins with a strong element.
+
### 0.1.4 / 2013-05-05
* Improve detection of tagged paragraphs.
* Support emitted a hanging paragraph (`.HP`) for command synopsis lines.
* Strip leading whitespace from each line of emitted text.