We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e015149 + 4ce7dda commit 203a813Copy full SHA for 203a813
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+- Added Changelog to docs.
12
+
13
## [3.8.0] - 2025-11-14
14
15
### Changed
docs/changelog.md
@@ -0,0 +1,7 @@
1
+---
2
+title: libzim Changelogs
3
4
5
+{%
6
+ include-markdown "../CHANGELOG.md"
+%}
mkdocs.yml
@@ -12,6 +12,7 @@ validation:
nav:
- Home: index.md
- API Reference: api_reference/
+ - Changelog: 'changelog.md'
16
- License: license.md
17
18
theme:
0 commit comments