From 6ad43018d31a2d4cf3c76c87356ab915858aaf71 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 10 Jul 2024 11:38:12 +0200 Subject: [PATCH] docs: update CHANGELOG for release '2428.0' --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8199a0fe173..a13af4bea2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ As a minor extension, we have adopted a slightly different versioning convention ## Mithril Distribution [XXXX.X] - UNRELEASED +- Crates versions: + +| Crate | Version | +| ----- | ------- | +| N/A | `-` | + +## Mithril Distribution [2428.0] - UNRELEASED + - Provide a feature to the `mithril-client` crate to allow selection of the TLS implementation used by the dependent `reqwest` crate. - Implement a reset mechanism for mutable resources returned to a pool (`ResourcePool`) to keep it in a consistent state.