We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4216632 commit 8ab4f47Copy full SHA for 8ab4f47
CHANGELOG.md
@@ -2,15 +2,17 @@
2
3
All notable changes to `phpunit-snapshot-assertions` will be documented in this file
4
5
+## 1.1.0 - 2017-10-07
6
+- Added `assertMatchesFileHashSnapshot` assertion
7
+
8
## 1.0.2 - 2017-09-11
-- Add `example` folder to `.gitattributes`
9
+- Added `example` folder to `.gitattributes`
10
11
## 1.0.1 - 2017-06-23
-- Fix expected and actual argument order when making json assertions
12
+- Fixed expected and actual argument order when making json assertions
13
14
## 1.0.0 - 2017-05-29
-- Remind how to update snapshots when a snapshot assertion fails
15
+- Added a reminder how to update snapshots when a snapshot assertion fails
16
17
## 0.4.1 - 2017-03-27
-
18
- Initial release
0 commit comments