-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
2021-06-07 Xie Yanbo <[email protected]> | ||
|
||
* drop support for python 3.5 | ||
* get source file and lineno in RF 4.0 | ||
|
||
2021-04-13 Oli I'Anson <[email protected]> | ||
|
||
* use exc.message instead of full_message which was removed in RF 5.0 | ||
|
||
2021-03-29 Xie Yanbo <[email protected]> | ||
|
||
* release version 2.2.2 | ||
|
||
2021-03-25 lobinho | ||
2021-03-25 lobinho <[email protected]> | ||
|
||
* Adding default empty string tuple to ensure proper formatting of prompt | ||
|
||
|
@@ -63,7 +72,7 @@ | |
|
||
* release version 1.2 | ||
|
||
2020-01-30 tkoukkari | ||
2020-01-30 tkoukkari <[email protected]> | ||
|
||
* added support for command d(ocs) | ||
|
||
|
@@ -75,7 +84,7 @@ | |
|
||
* release version 1.1.4 | ||
|
||
2018-06-29 Jonathan Gayvallet | ||
2018-06-29 Jonathan Gayvallet <[email protected]> | ||
|
||
* Fix keyword discovery command | ||
|
||
|
@@ -144,7 +153,7 @@ | |
|
||
* release version 0.8.2 | ||
|
||
2017-07-26 asiekkinen | ||
2017-07-26 asiekkinen <[email protected]> | ||
|
||
* support non-UTF8 encoding terminals | ||
|
||
|
@@ -153,23 +162,23 @@ | |
* robotframework 3.0 officially supported Python 3 | ||
* release version 0.8.1 | ||
|
||
2017-07-10 indrakumarm | ||
2017-07-10 indrakumarm <[email protected]> | ||
|
||
* UTF-8 support for Python 3 | ||
|
||
2016-09-25 Xie Yanbo <[email protected]> | ||
|
||
* release version 0.8 | ||
|
||
2016-09-23 Juha Jokimäki | ||
2016-09-23 Juha Jokimäki <[email protected]> | ||
|
||
* Support assigning variables | ||
|
||
2016-08-25 Xie Yanbo <[email protected]> | ||
|
||
* release version 0.7.1 | ||
|
||
2016-08-24 Steve Turner | ||
2016-08-24 Steve Turner <[email protected]> | ||
|
||
* Fix missing browser variable | ||
|
||
|
@@ -185,11 +194,11 @@ | |
* change seleniumlibrary to selenium2library | ||
* Add `get_webdriver_remote` for selenium debug | ||
|
||
2015-10-07 serhatbolsu | ||
2015-10-07 serhatbolsu <[email protected]> | ||
|
||
* Allow unicode characters in commands | ||
|
||
2015-05-20 Vincent Fretin | ||
2015-05-20 Vincent Fretin <[email protected]> | ||
|
||
* support Python 3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = '2.2.2' | ||
VERSION = '2.3.0' |