Skip to content

Commit

Permalink
Merge pull request #65 from vpTechOSS/feature/2.2.0-RC4
Browse files Browse the repository at this point in the history
Added changes to CHANGELOG
  • Loading branch information
josefd8 authored Jan 9, 2021
2 parents 4621a11 + 238703f commit 9133f52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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. 
Expand Down

0 comments on commit 9133f52

Please sign in to comment.