This is your Changelog page. Document releases and updates here.
How Changelog Entries Work
<div class="docs-changelog-item">
<h2>v1.0.0 <span class="docs-badge docs-badge-new">Latest</span></h2>
<p><em>Released [date]</em></p>
<h3>Added</h3>
<ul><li>Feature description</li></ul>
</div>
Badges: Latest Stable Beta Deprecated
Example Entries (replace with yours)
v1.2.0 Latest
Released [your date]
Added
- Replace with your new feature
- Replace with another feature
Fixed
- Replace with your bug fix
v1.0.0 Stable
Released [your date]
Initial Release
- List your initial features
How to Edit
- Add new entries at the top (newest first)
- Each entry in a
docs-changelog-itemdiv via HTML card - Use headings: Added, Changed, Fixed, Removed, Deprecated