Skip to content

Commit ea46da2

Browse files
author
David Haeffner
committed
Updated changelog
1 parent 13fb06c commit ea46da2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v3.12.2
4+
- Code export: Added command validation and error handling to notify the user of invalid commands
5+
- Code export: Made the exported browser name match the current browser used for the IDE
6+
- Control flow: Fixed a bug in forEach that prevented nested forEach command blocks from completely executing
7+
- Runner: Fixed an off-by one error in forEach that prevented the last item in a collection from being used (PR #752)
8+
- Docs: Updated runner documentation to specify required vendor prefix for browser specific options (PR #757)
9+
- Docs: Fixed typo (PR #784)
10+
311
## v3.12.1
412
- Fix for string escaping, to handle backslashes
513

0 commit comments

Comments
 (0)