Logo
NeoArc Studio

Changelog Block

Document version releases with categorised changes. Group changes by type: added, changed, fixed, removed, deprecated, or security, following Keep a Changelog conventions.

The Changelog block structures release information following the Keep a Changelog format. Each entry documents a version with optional date and categorised list of changes.

When to Use

Block Properties

PropertyRequiredDescription
VersionYesSemantic version number (e.g., 1.2.0)
DateNoRelease date
ChangesYesArray of categorised change entries

Change Entry Properties

PropertyRequiredDescription
TypeYesCategory: Added, Changed, Fixed, Removed, Deprecated, or Security
DescriptionYesWhat changed in this entry

Change Types

Example: Feature Release

A typical release with multiple change types.

Example: Security Patch

A patch release addressing security issues.

Editing Changelogs

ActionHow To
Set VersionEnter the semantic version number in the version field
Set DateUse the date picker to select the release date
Add ChangeClick Add Change and select the change type from dropdown
Enter DescriptionDescribe what changed in the description field
PreviewView the live preview grouped by change type