From 65c47f377d5e0a2505cbbff46c8eec5ff2a13da9 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:35:37 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43ab571e..c61a13f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -238,7 +238,7 @@ release notes on [GitHub](https://github.com/chronotope/chrono/releases). ### Features -* New `timestamp_millis` method on `DateTime` and `NaiveDateTim` that returns +* New `timestamp_millis` method on `DateTime` and `NaiveDateTime` that returns number of milliseconds since the epoch. (@quodlibetor) * Support exact decimal width on subsecond display for RFC3339 via a new `to_rfc3339_opts` method on `DateTime` (@dekellum)