diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-10-06 20:34:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-10-06 20:34:40 -0300 |
commit | f1a14aebedceddece373dde4fb9ee1a542f1d970 (patch) | |
tree | 0bb0b73b12a067557b50f479e2c7a60749858490 /ChangeLog.md | |
parent | fafa6142de97388b3d70d959f69a4ffecb4333ba (diff) | |
download | bookup-f1a14aebedceddece373dde4fb9ee1a542f1d970.tar.gz bookup-f1a14aebedceddece373dde4fb9ee1a542f1d970.tar.bz2 |
Fix: NULL at the end of the PDF TOC0.2.3
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index a62fe7c..57adace 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,9 @@ # ChangeLog -## v0.0.3 - Unreleased +## v0.2.3 - 2024-10-06 +* [x] Fix a `NULL` at the end of TOC in the PDF version. + It was inserted at the TeX source, due to an empty `R` block. * [x] Removes the unused `biblio-style` config. ## v0.2.2 - 2024-09-29 |