@@ -12,21 +12,20 @@ Questions and comments related to the release can be sent to the
12
12
`robotframework-users `_ mailing list or to `Robot Framework Slack `_,
13
13
and possible bugs submitted to the `issue tracker `_.
14
14
15
- If you have pip _ installed , just run
15
+ To install the latest available release using pip _ , just run
16
16
17
17
::
18
18
19
19
pip install --upgrade robotframework
20
20
21
- to install the latest available release or use
21
+ or to install exactly this version use
22
22
23
23
::
24
24
25
25
pip install robotframework==3.2.2
26
26
27
- to install exactly this version. Alternatively you can download the source
28
- distribution from PyPI _ and install it manually. For more details and other
29
- installation approaches, see the `installation instructions `_.
27
+ Alternatively you can download the source distribution from PyPI _ and install it manually.
28
+ For more details and other installation approaches, see the `installation instructions `_.
30
29
31
30
Robot Framework 3.2.2 was released on Tuesday September 1, 2020.
32
31
@@ -52,20 +51,20 @@ Most important enhancements
52
51
Libdoc enhancements
53
52
-------------------
54
53
55
- Libdoc HTML output has been enhanced in several ways:
54
+ Libdoc's HTML output has been enhanced in several ways:
56
55
57
- - Keyword arguments are split to own lines to make them easier to read especially when there are
58
- lot of arguments or arguments have default values or type information . (`#3639 `_)
56
+ - Keyword arguments are split to separate lines to make them easier to read especially when there are
57
+ lot of arguments or arguments have type information or default values . (`#3639 `_)
59
58
60
59
- If argument type is an enumeration __, its members are shown automatically in arguments. This
61
- helps, for example, the new Browser __ library that uses enumerations extensively. (`#3637 `_)
60
+ helps, for example, with the Browser __ library that uses enumerations extensively. (`#3637 `_)
62
61
63
62
- Shortcuts to keywords can be shown in expanded list in addition to the old compact style.
64
63
(`#3635 `_)
65
64
66
- - Libdoc now again works if the original source of the keyword cannot be found. (`#3587 `_)
65
+ - Libdoc once again works if the original source of the keyword cannot be found. (`#3587 `_)
67
66
68
- To see how the enhancements look like for real , see the documentation of Browser __ and
67
+ To see actual examples of the enhancements , see the documentation for Browser __ and
69
68
SeleniumLibrary __.
70
69
71
70
__ https://docs.python.org/3/library/enum.html
@@ -76,7 +75,7 @@ __ https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Shortcuts
76
75
Python 3.9 support
77
76
------------------
78
77
79
- `Python 3.9 `__ has not yet been released, but Robot Framework 3.2.2 was tested with its beta
78
+ Although `Python 3.9 `__ has not yet been officially released, Robot Framework 3.2.2 was tested using its beta
80
79
releases. Two small problems were fixed (`#3628 `_ and a bit more severe `#3627 `_) and Python 3.9
81
80
was added to our CI. (`#3629 `_)
82
81
@@ -89,7 +88,7 @@ Robot Framework 3.2.2 development has been sponsored by the `Robot Framework Fou
89
88
Big thanks to all the `40+ member organizations <https://robotframework.org/foundation/#members >`_
90
89
for your continued support!
91
90
92
- We have also got several several great contributions by the open source community:
91
+ We have also had several great contributions by the open source community:
93
92
94
93
- `willemvanoort <https://github.com/willemvanoort >`__ enhanced type conversions with enums
95
94
to work with normalized member names (`#3611 `_)
@@ -107,8 +106,8 @@ We have also got several several great contributions by the open source communit
107
106
- `Mikhail Kulinich <https://github.com/tysonite >`__ added Python 3.9 to CI (`#3629 `_)
108
107
109
108
Huge thanks to all sponsors, contributors and to everyone else who has reported problems,
110
- participated discussion on various forums, or otherwise helped to make Robot Framework as well
111
- as the ecosystem and community around it better.
109
+ participated in discussions on various forums, or otherwise helped to make Robot Framework and its community
110
+ and ecosystem better.
112
111
113
112
| `Pekka Klärck <https://github.com/pekkaklarck>`__
114
113
| Robot Framework Lead Developer
0 commit comments