From 47f1550ae80c4cde152b41fc7f0c2958a62a3784 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 28 Aug 2024 12:08:43 -0400 Subject: [PATCH] changelog: update --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b072f1c..ad9ea6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Enhancements: * [#93](https://github.com/BurntSushi/jiff/issues/93): Add note about using `Timestamp::now().to_zoned()` instead of `Zoned::now().with_time_zone()`. +* [#117](https://github.com/BurntSushi/jiff/pull/117): +Remove `unsafe` usage in `libm` functions (applicable only to no-std users). 0.1.10 (2024-08-23)