man/man0/VERSION.markdown in md2man-2.1.0 vs man/man0/VERSION.markdown in md2man-2.1.1
- old
+ new
@@ -1,15 +1,45 @@
+## Version 2.1.1 (2014-06-21)
+
+### Patch:
+
+ * Bootstrap CSS failed to load for HTML manuals served under HTTPS.
+ See <https://github.com/sunaku/readably/pull/3> for the details.
+
+ * Drop redundant nil check in `Md2Man::Roff::Engine.escape()`.
+
+### Other:
+
+ * GitHub now supports relative links from the README.
+
+ * README: add links to package, manuals, and GitHub.
+
## Version 2.1.0 (2014-05-04)
### Minor:
- * md2man-html(1): add anchors & permalinks to headings.
+ * md2man-html(1) now adds anchors and permalinks to all headings. This
+ makes it easy for readers to bookmark and share direct links to specific
+ sections of your HTML manual pages.
- * GH-15: wrap `.TH` components in stylable HTML spans.
+ * md2man-html(1) now wraps individual components of the special `.TH`
+ top-level heading in HTML `<span>` elements with stylable CSS classes:
+ <span class="md2man-title">...</span>
+ <span class="md2man-section">...</span>
+ <span class="md2man-date">...</span>
+ <span class="md2man-source">...</span>
+ <span class="md2man-manual">...</span>
+
+ Thanks to Nick Fagerlund for requesting this feature in [GH-15](
+ https://github.com/sunaku/md2man/issues/15 ).
+
### Other:
- * GH-15: paraphrase man-pages(7) description of `.TH`.
+ * md2man(5) now documents the special `.TH` format of top-level headings.
+
+ Thanks to Nick Fagerlund for requesting this documentation in [GH-15](
+ https://github.com/sunaku/md2man/issues/15 ).
## Version 2.0.4 (2014-04-26)
### Patch: