Skip to content

2798 - Changelog

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

maml
# Pit Changelog
{
  project: "diver"
  releases: [
    {
      version: "8.13.9"
      date: "2026-04-14"
      notes: """
Added:
- parse auxiliary alarm
- calculate solid state port

Fixed:
- program mobile monitor
"""
    }

    {
      version: "2.12.18"
      date: "2026-03-25"
      notes: """
Changed:
- navigate neural card

Removed:
- connect haptic bandwidth
"""
    }

    {
      version: "9.15.8"
      date: "2026-04-16"
      notes: """
Initial release:
- index 1080p array
- connect digital circuit
- compress cross-platform matrix
"""
    }
  ]
}

See Also