From 9fd71e165d668a91c9ea485f5765ae98fca9a775 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 23 Aug 2022 23:54:13 +0300 Subject: [PATCH] docs: Drop incomplete misleading changelog At least until we generate something fuller... --- CHANGELOG.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 402b9c7..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Changelog - -### 1.8.x unreleased - -* `called_with` and `returned_with` asserts now try to show why they fail. - - This applies to spies, stubs and mocks. - - If no call matches the expected arguments or returned values are - compared to those of the last call. - - If no call was expected to match but one or more does the expected - arguments or returned values are compared to the last matching call. - - -### 1.8.0 released 28-Jun-2019