Skip to content

Commit 91257c3

Browse files
committed
3.1.2rc1 release notes to 3.1.2 final
1 parent b787b59 commit 91257c3

File tree

1 file changed

+36
-20
lines changed

1 file changed

+36
-20
lines changed

doc/releasenotes/rf-3.1.2.rst

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=========================================
2-
Robot Framework 3.1.2 release candidate 1
3-
=========================================
1+
=====================
2+
Robot Framework 3.1.2
3+
=====================
44

55
.. default-role:: code
66

@@ -18,20 +18,19 @@ If you have pip_ installed, just run
1818

1919
::
2020

21-
pip install --pre --upgrade robotframework
21+
pip install --upgrade robotframework
2222

2323
to install the latest available release or use
2424

2525
::
2626

27-
pip install robotframework==3.1.2rc1
27+
pip install robotframework==3.1.2
2828

2929
to install exactly this version. Alternatively you can download the source
3030
distribution from PyPI_ and install it manually. For more details and other
3131
installation approaches, see the `installation instructions`_.
3232

33-
Robot Framework 3.1.2 rc 1 was released on Thursday May 16, 2019. The final
34-
release is targeted for Thursday May 23, 2019.
33+
Robot Framework 3.1.2 was released on Friday May 24, 2019.
3534

3635
.. _Robot Framework: http://robotframework.org
3736
.. _pip: http://pip-installer.org
@@ -42,7 +41,6 @@ release is targeted for Thursday May 23, 2019.
4241
.. _Robot Framework Slack: https://robotframework-slack-invite.herokuapp.com
4342
.. _installation instructions: ../../INSTALL.rst
4443
.. _#3076: https://github.com/robotframework/robotframework/issues/3076
45-
.. _#3121: https://github.com/robotframework/robotframework/issues/3121
4644

4745
.. contents::
4846
:depth: 2
@@ -55,46 +53,54 @@ Most important bug fixes
5553
(`SEPARATOR=<sep>`) has been fixed. (`#3102`_)
5654

5755
- Using keywords accepting embedded arguments when library is imported multiple
58-
times with different names using the `WITH NAME` syntax has been fixed. (`#3181`_)
56+
times using the `WITH NAME` syntax has been fixed. (`#3181`_)
5957

6058
- The Tidy tool both handles new style for loops (`FOR ... END`) correctly and
61-
converts old style loops (`:FOR ... \ ...`) to new style loops
62-
automatically. (`#3064`_)
59+
converts old style loops (`:FOR ... \ ...`) to new style loops automatically.
60+
(`#3064`_)
6361

6462
Deprecated features
6563
===================
6664

6765
Robot Framework 3.1.2 deprecates some strange features in the test data syntax
6866
that were found while developing the new test data parser for Robot Framework
69-
3.2 (`#3076`_). A decision was made that features that make no sense in general
70-
or would unnecessarily complicate implementation of the new parser are
67+
3.2 (`#3076`_). A decision was made that features that make no sense in general,
68+
or would unnecessarily complicate implementation of the new parser, are
7169
deprecated and will not be supported anymore in the future. That includes
7270
these features:
7371

72+
- Omitting lines with only `...` or `... ​ # comment`. (`#3107`_)
7473
- Converting non-ASCII spaces to normal spaces during parsing. Accidentally
7574
typed no-break spaces are most likely to cause warnings, but also they ought
7675
to be rare. (`#3131`_)
7776
- Collapsing spaces during parsing. Only affects the pipe separated format.
7877
(`#3132`_)
7978
- Creating tests and keywords with name `...`. (`#3105`_)
80-
- Omitting lines with only `...` except in documentation. (`#3107`_)
8179
- Escaping leading empty cells with `\​` except with for loops. (`#3148`_)
8280

83-
Because the above changes are small, they should not affect many users. The
84-
reasoning behind changes related to handling spaces is explained in issue `#3121`_.
85-
8681
There are also some features that will be changed in RF 3.2 but they are not
8782
deprecated:
8883

89-
- In the pipe separated format for loops will require either the new style
90-
`END` or indentation needs to be escaped with `\​`. (`#3108`_)
9184
- Documentation split into multiple columns will be concatenated with newlines,
9285
not spaces. (`#3106`_)
86+
- In the pipe separated format for loops will require either the new style
87+
`END` or indentation needs to be escaped with `\​`. (`#3108`_)
88+
89+
Because the above changes are small, they should not affect many users. If
90+
they anyway cause problems, let us know about them by commenting the linked
91+
issues, sending an email to `robotframework-users`_ or joining the discussion
92+
on the `#devel` channel on `Robot Framework Slack`_. Deprecation and removal
93+
decisions can still be considered if they cause bigger problems.
9394

9495
Acknowledgements
9596
================
9697

97-
There have again been several great contributions by the community:
98+
Robot Framework 3.1.2 has been sponsored by `Robot Framework Foundation
99+
<http://robotframework.org/foundation/>`_. Big thanks to all 27 member
100+
organizations for your continued support, and hopefully there are even more
101+
members in the future to help making development more active.
102+
103+
We have also got several great contributions by the community:
98104

99105
- Richard Turc (`@yamatoRT <https://github.com/yamatoRT>`__) fixed using
100106
literal `=` when keyword accepts named-only arguments. (`#3047`_)
@@ -113,6 +119,16 @@ There have again been several great contributions by the community:
113119

114120
- `@MisterChild <https://github.com/MisterChild>`__ fixed the egg. (`#3159`_)
115121

122+
Huge thanks to all contributors and to everyone else who has reported
123+
problems, tested preview releases, participated discussion on various
124+
forums, or otherwise helped to make Robot Framework as well as the ecosystem
125+
and community around it better.
126+
127+
Thanks everyone and good luck with Robot Framework 3.1.2!
128+
129+
| Pekka Klärck (`@pekkaklarck <https://github.com/pekkaklarck>`__)
130+
| Robot Framework Lead Developer
131+
116132
Full list of fixes and enhancements
117133
===================================
118134

0 commit comments

Comments
 (0)