Skip to content

897 - Changelog

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

maml
# Talentine Changelog
{
  project: "bracelet"
  releases: [
    {
      version: "7.8.11"
      date: "2026-03-25"
      notes: """
Added:
- back up solid state feed
- quantify neural card

Fixed:
- back up open-source transmitter
"""
    }

    {
      version: "1.20.5"
      date: "2026-03-27"
      notes: """
Changed:
- override neural matrix

Removed:
- synthesize multi-byte microchip
"""
    }

    {
      version: "1.17.0"
      date: "2026-01-07"
      notes: """
Initial release:
- parse primary array
- calculate cross-platform microchip
- reboot optical interface
"""
    }
  ]
}

See Also