From 91300232529440ecde89edd3d36f6128c3f77516 Mon Sep 17 00:00:00 2001 From: Julian Frimmel Date: Sat, 30 Nov 2024 11:45:04 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e258ac..ea0b673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## unreleased - Add more helpful error message if the program under test overflows its stack ([#93](https://github.com/jfrimmel/cargo-valgrind/pull/93)) +- Perform LTO on release ([#109](https://github.com/jfrimmel/cargo-valgrind/pull/109)) +- Updated documentation +- Raised MSRV to 1.58 ## Version 2.2.1 - Ensure, that consistent tag names are used ([#89](https://github.com/jfrimmel/cargo-valgrind/pull/89)).