diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-08 11:27:43 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-08 11:27:43 +0100 |
commit | c7ba4f6b870f9a2cf1a073525004d5c1e174e603 (patch) | |
tree | 4f269717ecaa2c9aee0b8ae1dfc5d06a36f504d9 /ChangeLog.md | |
parent | 70090ba022efa56166989367404fb9c6136f388c (diff) | |
download | bookup-c7ba4f6b870f9a2cf1a073525004d5c1e174e603.tar.gz bookup-c7ba4f6b870f9a2cf1a073525004d5c1e174e603.tar.bz2 |
Updates TODO and ChangeLog
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index f137f74..67dc9f2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,14 +2,19 @@ ## v0.0.4 - unreleased -* [~] Tests for quickly trying things? No need, simply try on this repository - directly. +### Fixes + * [x] Use `book` instead of `compiled`. * [x] Use `build` instead of `public`. * [x] Use `content/sections` instead of `content/published`. +* [x] List of definitions and etimologies breaks build if they're empty + (`99-end.tex`). ### Misc +* [~] Tests for quickly trying things? No need, simply try on this repository + directly. + ## v0.0.3 - 2024-06-08 ### Features |