aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-11-22 23:18:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-11-22 23:18:04 -0300
commit7129667042a715d2c620c0ec8157c6a59529cbca (patch)
tree51f2410200d4907826d29f8d53f92c30e3516a9b /content
parent1c770a9b4c021bf4703b13294aacf6496c29cb75 (diff)
downloadbookup-0.5.3.tar.gz
bookup-0.5.3.tar.bz2
Bookup 0.5.30.5.3
Diffstat (limited to 'content')
-rw-r--r--content/notes/00-changelog/changelog.md4
-rw-r--r--content/sections/10-structure/structure.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/content/notes/00-changelog/changelog.md b/content/notes/00-changelog/changelog.md
index 52e3971..174bb92 100644
--- a/content/notes/00-changelog/changelog.md
+++ b/content/notes/00-changelog/changelog.md
@@ -5,6 +5,10 @@
This section can be used to register changes in the text versions.
+## Version 0.5.3 - 2025-11-22 {.unnumbered}
+
+* Rename _changes.yml as _changelog.yml.
+
## Version 0.5.2 - 2025-11-22 {.unnumbered}
* Link the change log in the HTML frontmatter.
diff --git a/content/sections/10-structure/structure.md b/content/sections/10-structure/structure.md
index fcc3150..b3432ff 100644
--- a/content/sections/10-structure/structure.md
+++ b/content/sections/10-structure/structure.md
@@ -21,5 +21,5 @@ A Bookup project folder structure looks like this:
* `vendor/bookup`: where the Bookup codebase actually resides:
* `content`: Bookup documentation.
* `vendor/{Fuse.js,}`: dependencies.
-* `_changes.yml`: to track changes in your book, used to build RSS and Atom
+* `_changelog.yml`: to track changes in your book, used to build RSS and Atom
feeds, as well as a ChangeLog in Markdown format.