From de152fb2ee2e59c8d2fa1a3392c0524c10b9e58b Mon Sep 17 00:00:00 2001 From: octalide Date: Thu, 2 Jul 2026 11:27:36 -0400 Subject: [PATCH] docs(changelog): backfill unreleased output-primitive, self-reloc, and RELRO entries --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a143b6f..ea8437d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- chrono: `format_duration` — renders a `Duration` into a caller-supplied buffer + as a human string (`0ms`, `<1ms`, `Nus`, `Nms`, `N.Ns`, `NmNs`; minutes is the + top band, negatives carry a leading `-`), returning the null-terminated `str` + aliasing the buffer or `nil` when capacity is short. A 24-byte buffer holds + every i64 duration; ASCII-only, no allocation (mach#1774). +- format: `{: