diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffc84c..d69a645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to insta and cargo-insta are documented here. +## 1.36.0 + +- Deprecate `INSTA_FORCE_UPDATE_SNAPSHOTS` env-var for `INSTA_FORCE_UPDATE`. + The latter was documented, the former was implemented. #449 + +- Add `require_full_match` option. #448 + +- Deprecate `assert_display_snapshot!`. #385 + ## 1.35.1 - Fixed a bug with diffs showing bogus newlines.