From 0cf09243635375ea61b761db6a87e6562457d967 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 5 Jan 2023 12:01:37 +0100 Subject: [PATCH] Added changelog entry --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf693ca1..1d7f1a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to insta and cargo-insta are documented here. +## 1.25.0 + +- Added a way to disable the undiscoverable snapshots warning. By + setting the `review.warn_undiscovered` config key to `false` a + warning is never printed. (#334) +- Force updating snapshots will now not overwrite files that did not + change. This improves the behavior for situations if that behavior + is preferred as a default choice. (#335) + ## 1.24.1 - Fix non working `--include-hidden` flag (#331)