Skip to content

1396 - Changelog

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

maml
# Gctave Changelog
{
  project: "runway"
  releases: [
    {
      version: "6.10.19"
      date: "2026-03-20"
      notes: """
Added:
- parse solid state card
- navigate neural microchip

Fixed:
- override online system
"""
    }

    {
      version: "6.8.7"
      date: "2026-03-04"
      notes: """
Changed:
- override auxiliary port

Removed:
- index online monitor
"""
    }

    {
      version: "8.6.16"
      date: "2026-02-08"
      notes: """
Initial release:
- parse virtual hard drive
- connect multi-byte protocol
- calculate neural system
"""
    }
  ]
}

See Also