CHANGELOG.md in cucumber_factory-2.0.0 vs CHANGELOG.md in cucumber_factory-2.0.1
- old
+ new
@@ -13,9 +13,19 @@
### Compatible changes
-
+## 2.0.1 - 2020-02-27
+
+### Compatible changes
+
+- Fix a bug that prevented created records to be named when using multiline attribute assignments
+ ```
+ Given "Bob" is a user with these attributes:
+ | email | foo@bar.com |
+ ```
+
## 2.0.0 - 2020-02-10
### Breaking changes
- CucumberFactory now raises an `ArgumentError` if some parts of a matched step were not used. For example, while this step was accepted in recent versions, it will now complain with the message `Unable to parse attributes " and the ".`: