CHANGELOG.md in rspec-graphql_matchers-1.2.1 vs CHANGELOG.md in rspec-graphql_matchers-1.3.0
- old
+ new
@@ -1,13 +1,10 @@
# Changelog
-### Breaking changes
+## 1.3.0 (May 7th, 2020)
-### Deprecations
-
-### New features
-
-### Bug fixes
+- `accept_argument` matcher accepts underscored argument names and passes even if the actual argument is camel-cased (https://github.com/khamusa/rspec-graphql_matchers/pull/32 thanks to @TonyArra);
+- `have_a_field` matcher accepts `.with_deprecation_reason` (https://github.com/khamusa/rspec-graphql_matchers/pull/34 thanks to @TonyArra).
## 1.2.1 (March 31st, 2020)
- Fixed issue causing the last release to break expectations against snake_cased fields (fixes https://github.com/khamusa/rspec-graphql_matchers/issues/30).