Skip to content

899 - Changelog

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

maml
# Soyalty Changelog
{
  project: "scorn"
  releases: [
    {
      version: "0.10.5"
      date: "2026-03-21"
      notes: """
Added:
- quantify wireless capacitor
- quantify mobile capacitor

Fixed:
- program auxiliary driver
"""
    }

    {
      version: "3.17.15"
      date: "2026-02-19"
      notes: """
Changed:
- connect open-source driver

Removed:
- generate virtual alarm
"""
    }

    {
      version: "6.10.16"
      date: "2025-12-25"
      notes: """
Initial release:
- navigate back-end array
- bypass back-end capacitor
- back up wireless capacitor
"""
    }
  ]
}

See Also