Skip to content

Commit 1fa042a

Browse files
authored
Release Toolium 3.2.0 (#401)
1 parent 496dfda commit 1fa042a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Toolium Changelog
22
=================
33

4-
v3.1.6
4+
v3.2.0
55
------
66

7-
*Release date: In development*
7+
*Release date: 2024-09-13*
88

9-
- Added `run_storage` to store information during the whole test execution
10-
- ChainMap storages (context.storage, context.feature_storage and context.run_storage)
11-
- In steps, be able to store values into desire storage by using [key], [FEATURE:key] and [RUN:key]
9+
- Add `run_storage` dictionary to context to store information during the whole test execution
10+
- Update current ChainMap context storages (context.storage, context.feature_storage and context.run_storage)
11+
- Allow to store values from steps into desire storage by using [key], [FEATURE:key] and [RUN:key]
1212

1313
v3.1.5
1414
------

VERSION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
3.1.6.dev1
2-
1+
3.2.0

0 commit comments

Comments
 (0)