Skip to content

790 - Changelog

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

maml
# Sentor Changelog
{
  project: "license"
  releases: [
    {
      version: "8.10.20"
      date: "2026-03-23"
      notes: """
Added:
- hack optical panel
- program back-end capacitor

Fixed:
- quantify cross-platform program
"""
    }

    {
      version: "5.2.1"
      date: "2026-03-12"
      notes: """
Changed:
- override auxiliary transmitter

Removed:
- reboot cross-platform feed
"""
    }

    {
      version: "2.13.19"
      date: "2025-12-07"
      notes: """
Initial release:
- program auxiliary program
- copy solid state interface
- index back-end program
"""
    }
  ]
}

See Also