Skip to content

1181 - Changelog

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

maml
# Dwell Changelog
{
  project: "zebra"
  releases: [
    {
      version: "1.19.20"
      date: "2026-03-14"
      notes: """
Added:
- generate neural card
- compress optical feed

Fixed:
- compress redundant panel
"""
    }

    {
      version: "1.10.4"
      date: "2026-01-24"
      notes: """
Changed:
- override primary pixel

Removed:
- override back-end matrix
"""
    }

    {
      version: "8.11.13"
      date: "2025-10-16"
      notes: """
Initial release:
- index redundant bus
- compress auxiliary capacitor
- compress auxiliary bus
"""
    }
  ]
}

See Also