From 43cf4deb864b7b1579123caeb64d41a9ddb995a1 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 21 Sep 2023 08:33:07 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceae4a987..5913a298e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- Add `Duration::from_minutes`, `Duration::from_hours` and `Duration::from_days` ([#657]). + +[#657]: https://github.com/stackabletech/operator-rs/pull/657 + ## [0.50.0] - 2023-09-18 - Add `Duration` capable of parsing human-readable duration formats ([#647]).