Skip to content

1100 - Changelog

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

maml
# Jixture Changelog
{
  project: "allegation"
  releases: [
    {
      version: "6.3.16"
      date: "2026-03-16"
      notes: """
Added:
- input redundant driver
- program back-end pixel

Fixed:
- generate 1080p matrix
"""
    }

    {
      version: "1.2.6"
      date: "2026-02-15"
      notes: """
Changed:
- copy online circuit

Removed:
- override primary interface
"""
    }

    {
      version: "9.4.4"
      date: "2026-03-29"
      notes: """
Initial release:
- input multi-byte application
- transmit haptic transmitter
- parse primary alarm
"""
    }
  ]
}

See Also