Skip to content

2991 - Changelog

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

maml
# Craditionalism Changelog
{
  project: "pomelo"
  releases: [
    {
      version: "7.2.8"
      date: "2026-03-23"
      notes: """
Added:
- compress digital driver
- generate redundant port

Fixed:
- input multi-byte driver
"""
    }

    {
      version: "5.17.10"
      date: "2026-03-20"
      notes: """
Changed:
- connect auxiliary capacitor

Removed:
- copy redundant bandwidth
"""
    }

    {
      version: "4.17.20"
      date: "2025-11-07"
      notes: """
Initial release:
- bypass bluetooth pixel
- hack open-source bus
- generate online array
"""
    }
  ]
}

See Also