diff --git a/ChangeLog b/ChangeLog index c048836..c9372ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,17 @@ +2021-06-07 Xie Yanbo + + * drop support for python 3.5 + * get source file and lineno in RF 4.0 + +2021-04-13 Oli I'Anson + + * use exc.message instead of full_message which was removed in RF 5.0 + 2021-03-29 Xie Yanbo * release version 2.2.2 -2021-03-25 lobinho +2021-03-25 lobinho * 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 * 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 * Fix keyword discovery command @@ -144,7 +153,7 @@ * release version 0.8.2 -2017-07-26 asiekkinen +2017-07-26 asiekkinen * support non-UTF8 encoding terminals @@ -153,7 +162,7 @@ * robotframework 3.0 officially supported Python 3 * release version 0.8.1 -2017-07-10 indrakumarm +2017-07-10 indrakumarm * UTF-8 support for Python 3 @@ -161,7 +170,7 @@ * release version 0.8 -2016-09-23 Juha Jokimäki +2016-09-23 Juha Jokimäki * Support assigning variables @@ -169,7 +178,7 @@ * release version 0.7.1 -2016-08-24 Steve Turner +2016-08-24 Steve Turner * 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 * Allow unicode characters in commands -2015-05-20 Vincent Fretin +2015-05-20 Vincent Fretin * support Python 3 diff --git a/DebugLibrary/version.py b/DebugLibrary/version.py index 5a099d9..0f572f9 100644 --- a/DebugLibrary/version.py +++ b/DebugLibrary/version.py @@ -1 +1 @@ -VERSION = '2.2.2' +VERSION = '2.3.0'