Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-sharma-08 committed Sep 4, 2024
1 parent f5f770a commit 8389099
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
unreleased:
new features:
- Added support for initialising local variables

7.41.2:
date: 2024-08-16
fixed bugs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runner.run(collection, {
// Globals (a "VariableScope" from the SDK)
globals: new sdk.VariableScope(),

// Local variables (a "variableScope" from the SDK)
// Local variables (a "VariableScope" from the SDK)
localVariables: new sdk.VariableScope(),

// Execute a folder/request using id/name or path
Expand Down

0 comments on commit 8389099

Please sign in to comment.