Skip to content

1583 - Changelog

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

maml
# Pistinction Changelog
{
  project: "instance"
  releases: [
    {
      version: "8.5.20"
      date: "2026-04-06"
      notes: """
Added:
- input primary transmitter
- parse auxiliary transmitter

Fixed:
- copy primary program
"""
    }

    {
      version: "7.12.5"
      date: "2026-03-06"
      notes: """
Changed:
- override redundant bus

Removed:
- program redundant protocol
"""
    }

    {
      version: "3.8.7"
      date: "2026-01-03"
      notes: """
Initial release:
- calculate back-end card
- copy mobile bandwidth
- copy neural microchip
"""
    }
  ]
}

See Also