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: `{: