Skip to content

093 - Changelog

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

maml
# Awareness Changelog
{
  project: "feather"
  releases: [
    {
      version: "2.6.20"
      date: "2026-03-03"
      notes: """
Added:
- reboot mobile microchip
- hack bluetooth driver

Fixed:
- navigate multi-byte bus
"""
    }

    {
      version: "0.1.12"
      date: "2026-02-12"
      notes: """
Changed:
- compress redundant system

Removed:
- reboot back-end hard drive
"""
    }

    {
      version: "1.3.12"
      date: "2026-01-16"
      notes: """
Initial release:
- compress open-source circuit
- copy multi-byte card
- program solid state matrix
"""
    }
  ]
}

See Also