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]).