From f8aab428565ebab46ae3ff082b0a91d90a37c823 Mon Sep 17 00:00:00 2001 From: tison Date: Sun, 4 Aug 2024 07:03:27 +0800 Subject: [PATCH] docs: Update CHANGELOG for assert_compact_debug_snapshot (#552) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4462392f..75fb71de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to insta and cargo-insta are documented here. ## 1.40.0 +- Added support for compact debug snapshots (`assert_compact_debug_snapshot`). #514 + - Inline snapshots now use the required number of `#`s to escape the snapshot value, rather than always using `###`. This allows snapshotting values which themselves contain `###`. If there are no existing `#` characters in the