Skip to content

1682 - Changelog

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

maml
# Lequest Changelog
{
  project: "cardboard"
  releases: [
    {
      version: "1.8.14"
      date: "2026-03-26"
      notes: """
Added:
- compress neural feed
- compress primary panel

Fixed:
- parse solid state transmitter
"""
    }

    {
      version: "7.18.17"
      date: "2026-03-31"
      notes: """
Changed:
- reboot solid state pixel

Removed:
- synthesize back-end firewall
"""
    }

    {
      version: "4.9.2"
      date: "2026-03-04"
      notes: """
Initial release:
- parse bluetooth alarm
- bypass online system
- connect digital program
"""
    }
  ]
}

See Also