summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-07-09 15:39:45 +0300
committerGitHub <noreply@github.com>2020-07-09 15:39:45 +0300
commit3e396fe270304c7286c9deb17ffa644a8cfaed4c (patch)
treef3ead1ecf063c57bdfeb5631cd8e9365f875e98b /CHANGELOG.adoc
parent60ad6c365c93636dfa63f0c645614e67ff4409d9 (diff)
resolves #350 add support for cell content alignment & column width (#351)
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index cca2e7f..645a63f 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -8,6 +8,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
== Unreleased
* remove <b> from chapter subtitle (#123)
+* improve tables support: cell content alignment, column width (#350)
* fix chapter titles to actually be chapter titles instead of document title (#343)
* store syntax highlighter CSS in a separate file (#339)
* initial landmarks support: appendix, bibliography, bodymatter, cover, frontmatter, glossary, index, preface, toc (#174)