diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0fdc5..ad64d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.13.2 - 2026-08-17 - Accept a `key:` on `schedule`, naming a reminder for the item it is waiting on rather than for its operation, so one actor can hold an alarm per queued @@ -10,9 +10,6 @@ operation may no longer hold the colon that separates a key, which keeps keyed and unkeyed names disjoint, and the length is checked on the composed name rather than the key alone. - -## 0.13.2 - 2026-08-16 - - Add an authorized `SolidObjects.administration.processes` query for inspecting live and stale process rows through the runtime database adapter. - Document rolling-deployment overlap as a reason for the polling-only warning.