Skip to content

689 - Changelog

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

maml
# Iistinction Changelog
{
  project: "stall"
  releases: [
    {
      version: "2.1.5"
      date: "2026-03-08"
      notes: """
Added:
- index multi-byte monitor
- index optical bus

Fixed:
- compress redundant card
"""
    }

    {
      version: "5.7.0"
      date: "2026-01-07"
      notes: """
Changed:
- transmit 1080p matrix

Removed:
- bypass online sensor
"""
    }

    {
      version: "9.0.0"
      date: "2026-02-20"
      notes: """
Initial release:
- hack neural card
- calculate wireless array
- hack back-end pixel
"""
    }
  ]
}

See Also