Changelog
Keep your users informed with this Changelog template. Document project updates, bug fixes, and new features in a clear, chronological format.
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [1.2.0] - 2025-12-21
### ✨ Added
- New "Dark Mode" toggle in settings.
- Integration with Google Drive for auto-saves.
### 🛠 Changed
- Improved search algorithm for faster results.
- Updated documentation for API v2.
### 🐛 Fixed
- Fixed a bug where images wouldn't render in Safari.
- Resolved memory leak in the editor component.
## [1.1.0] - 2025-11-15
### ✨ Added
- Initial release of the Markdown Editor.
Preview
Changelog
All notable changes to this project will be documented in this file.
[1.2.0] - 2025-12-21
✨ Added
- New "Dark Mode" toggle in settings.
- Integration with Google Drive for auto-saves.
🛠 Changed
- Improved search algorithm for faster results.
- Updated documentation for API v2.
🐛 Fixed
- Fixed a bug where images wouldn't render in Safari.
- Resolved memory leak in the editor component.
[1.1.0] - 2025-11-15
✨ Added
- Initial release of the Markdown Editor.
About This Template
🎯 What Problem Does It Solve?
Users and developers need to know what has changed between versions. A Changelog solves this by providing a chronological list of significant changes, helping users decide when to upgrade and what to expect.
✨ Key Features
- Chronological ordering of versions
- Categorized changes (Added, Changed, Deprecated, Removed, Fixed, Security)
- Dates for each release
- Reference to Semantic Versioning
💡 Pro Tips
- !Follow the 'Keep a Changelog' standard format.
- !Group changes by type (e.g., Features, Bug Fixes) for readability.
- !Link to specific pull requests or issues for deep dives.