aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md3
-rw-r--r--structure/book/en/00-preamble.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index a1bda82..3aa943e 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,7 +1,8 @@
# ChangeLog
-## v0.1.8 - unreleased
+## v0.1.8 - 2024-07-13
+* [x] Template translation fix.
* [x] Put list of etimologies before the list of definitions,
as they may usually come first (at least historically).
diff --git a/structure/book/en/00-preamble.md b/structure/book/en/00-preamble.md
index 60bfc73..b42f744 100644
--- a/structure/book/en/00-preamble.md
+++ b/structure/book/en/00-preamble.md
@@ -9,7 +9,7 @@ if (knitr::is_html_output()) {
cat("\n")
cat('<img src="images/cover.png">')
cat("\n")
- cat("<h2>Sobre</h2>")
+ cat("<h2>About</h2>")
cat("\n")
cat('<em>')
cat(readLines('DISCLAIMER'), sep='\n')