CHANGELOG.md in rspec-graphql_matchers-0.3.1 vs CHANGELOG.md in rspec-graphql_matchers-0.4.0

- old
+ new

@@ -6,9 +6,23 @@ ### New features ### Bug fixes +## 0.4.0 (Feb 10, 2017) + +### Breaking changes + +### Deprecations + +### New features + +- Improved error messages for `have_a_field...of_type` + +### Bug fixes + +- FIXEd Type check when using the form `have_a_field(field_name).of_type(types.X)` not working. It was working if the expected type was provided as a String, but not when using the GraphQL constants. + ## 0.3.0 (Sep 16, 2016) ### Breaking changes ### Deprecations