Skip to content

1694 - Changelog

Project changelog with raw string release notes. This is an example of a MAML document.

maml
# Derve Changelog
{
  project: "molasses"
  releases: [
    {
      version: "9.5.19"
      date: "2026-03-27"
      notes: """
Added:
- navigate back-end monitor
- navigate mobile transmitter

Fixed:
- reboot cross-platform microchip
"""
    }

    {
      version: "0.12.13"
      date: "2026-04-06"
      notes: """
Changed:
- calculate cross-platform panel

Removed:
- input online microchip
"""
    }

    {
      version: "3.2.7"
      date: "2026-01-22"
      notes: """
Initial release:
- parse solid state hard drive
- reboot cross-platform alarm
- input virtual firewall
"""
    }
  ]
}

See Also