1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-28 11:19:51 +02:00

Update ChangeLog

This commit is contained in:
Elisabeth Henry 2016-09-20 16:19:00 +02:00
parent c5dad2a528
commit 5c4fecb87b

@ -22,6 +22,11 @@ unreleased
* LaTeX:
* If `tex.short` is set to `true`, chapters will be displayed as
`\sections` since `article` class doesn't handle chapters.
* Bugfixes:
* `import_config` only import options from another book file that
are not equal to the default ones and that haven't already been
set by the caller. E.g., `author: foo` then `import_config:
bar.book` won't erase the author previously set.
* Crowbook program:
* Still working to improve error messages.
* Internal/API: