From 238703f2b97d5cf589f9f1f0393b55a814db69ba Mon Sep 17 00:00:00 2001 From: "jose.fernandez" Date: Sat, 9 Jan 2021 21:05:09 +0100 Subject: [PATCH] Added changes to CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cce4824c..beeeb6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.2.0-RC4 + +* Fixed Selenium step for getting value of given attribute. It was being restricted to only use selenium locators attributes. + +* Fixed problem when warning for old variable placeholders was not being printed correctly + ## 2.2.0-RC3 * The functionality for using variables in the gherkin file has been rewritten and now it uses StringSubstitutor (from Apache Commons) to do the variable replacement. This library is much more potent with a lot more functionality. From now own, the only valid variable placeholder will be ${}. Placeholders such as !{}, #{} and @{} are deprecated and will be removed in future releases. Check the wiki about "Gherkin variables" for more information about this.