1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 04:51:21 +02:00
crowbook/ChangeLog.md
2016-02-22 23:23:04 +01:00

16 lines
456 B
Markdown

ChangeLog
=========
0.2.0 (unreleased)
------------------
* Refactored `Book` to use an HashMap of `BookOption`s instead of
having like 42 fields.
* Tables and Footnotes are now implemented for the parser, and
Rendered via \footnote{} for latex, and via side notes for HTML.
* `crowbook` now have a `--set` option, allowing to define or override
whatever option set in a book configuration.
0.1.0 (2016-02-21)
------------------
* initial release