From d668e580e5f8274ade2c11b90c9cf904a0837bb4 Mon Sep 17 00:00:00 2001 From: KevinBKozan Date: Fri, 3 Aug 2018 12:19:31 -0500 Subject: [PATCH] [2.3.2 - Release] Changelog - Added entry to changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a27806b..19849c241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Magento Functional Testing Framework Changelog ================================================ +2.3.2 +----- +### Fixes +* The `executeJs` `function` no longer escapes persisted variables referenced via `$$persisted.key$$`. +* Extending a test no longer fails to generate the parent `test`'s `before`/`after` blocks if the parent was skipped. + 2.3.1 ----- ### Enhancements