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-22 03:42:11 +02:00
parent c5f7090f17
commit a5d2a786d3

@ -3,6 +3,8 @@ ChangeLog
unreleased
----------
* **Breaking change for users**: removed `tex.short` option, replaced
by a more generic `tex.class` (default being `book`).
* Renamed options. Using the old name will print a deprecation warning
but will still work for a while.
* `temp_dir` -> `crowbook.temp_dir`
@ -36,8 +38,10 @@ unreleased
* `html.top` and `hstml.footer` are now considered as templates, so
you can use some `{{{metadata}}}` in it.
* LaTeX:
* If `tex.short` is set to `true`, chapters will be displayed as
* If `tex.class` is set to `article`, chapters will be displayed as
`\sections` since `article` class doesn't handle chapters.
* Except if `tex.class` is set to `book`, margins are now
symmetrical.
* Bugfixes:
* `import_config` only import options from another book file that
are not equal to the default ones and that haven't already been