Skip to content

881 - Changelog

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

maml
# Tavioli Changelog
{
  project: "minion"
  releases: [
    {
      version: "0.0.5"
      date: "2026-03-07"
      notes: """
Added:
- quantify wireless driver
- override bluetooth monitor

Fixed:
- parse solid state protocol
"""
    }

    {
      version: "2.9.18"
      date: "2026-03-18"
      notes: """
Changed:
- navigate auxiliary application

Removed:
- generate back-end application
"""
    }

    {
      version: "0.8.17"
      date: "2025-12-21"
      notes: """
Initial release:
- parse haptic system
- override optical transmitter
- copy mobile circuit
"""
    }
  ]
}

See Also