Skip to content

Commit

Permalink
Add some changelog entries (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Oct 6, 2024
1 parent ea8332f commit 0e7865f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,25 @@ All notable changes to insta and cargo-insta are documented here.

## 1.41.0

- Experimental support for binary snapshots. #610 (Florian Plattner)

- `--force-update-snapshots` has more conservative and consistent behavior for
inline snapshots. As a side-effect of this, only the content within the inline
snapshot delimiters are assessed for changes, not the delimiters (e.g. `###`).
#581

- Inline snapshots only use `#` characters as delimiters when required. #603

- Experimental support for binary snapshots. #610 (Florian Plattner)
- Warnings for undiscovered snapshots are more robust, and include files with
custom snapshot extensions. #637

- Insta runs correctly on packages which reference rust files in a parent path. #626

- Warnings are printed when any snapshot uses a legacy format. #599

- `insta` now internally uses `INSTA_UPDATE=force` rather than
`INSTA_FORCE_UPDATE`. (This doesn't affect users of `cargo-insta`, which
handles this internally.) #482

## 1.40.0

Expand Down

0 comments on commit 0e7865f

Please sign in to comment.