From 80526e72f9109d45da10625e790791fc3a5cc18a Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Thu, 22 Jun 2023 11:02:49 +0800 Subject: [PATCH] Update changelog for v0.25.0 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index c19d62a78..c68796a75 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +## 0.25.0 + + * Re-release of yanked 0.24.6 as a major release + * Update MSRV to 1.57 + * Support variadic arguments (`...`) (#805) + * Add --depfile option (#820) + * Breaking changes: The `Config` struct now has a private member. + ## 0.24.6 (YANKED: depfile option was breaking, see #841) * Update MSRV to 1.57