diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/notes/00-changelog/changelog.md | 4 | ||||
| -rw-r--r-- | content/sections/10-structure/structure.md | 2 |
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. |
