From 7cde9394d25799e18a95af448887fce35183c8da Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Mon, 27 Mar 2017 15:31:45 +0200 Subject: [PATCH] Update Changelog --- ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index fb89b61..5e5690e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ ChangeLog unreleased ------------- +* Book configuration file: + * It is now possible to include subchapters using the `--` command + (with one dash per sublvel: `--- foo.md` will include `foo.md` as + a subsection). * Markdown: * Added support for superscript and subscript features, using respectively `foo^up^` or `bar~down~` syntax. @@ -19,6 +23,8 @@ unreleased * Rendering: * Change the way chapters are displayed by default. * Bugfixes: + * LaTeX: + * Fix bug in syntax highlighting. * EPUB: * Add unnamed but numbered chapters to the TOC. * Fix HTML escaping issue for chapter titles.