Skip to content

Commit fdd8d16

Browse files
committed
Release notes for 4.1.0
1 parent a10af55 commit fdd8d16

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

docs/PythonLibCore-4.1.0.rst

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
=========================
2+
Python Library Core 4.1.0
3+
=========================
4+
5+
6+
.. default-role:: code
7+
8+
9+
`PythonLibCore`_ is a generic component making it easier to create
10+
bigger `Robot Framework`_ test libraries. Python Library Core 4.1.0 is
11+
a new release with support registering Robot Framework listener from
12+
keyword class.
13+
14+
All issues targeted for Python Library Core v4.1.0 can be found
15+
from the `issue tracker`_.
16+
17+
If you have pip_ installed, just run
18+
19+
::
20+
21+
pip install --upgrade pip install robotframework-pythonlibcore
22+
23+
to install the latest available release or use
24+
25+
::
26+
27+
pip install pip install robotframework-pythonlibcore==4.1.0
28+
29+
to install exactly this version. Alternatively you can download the source
30+
distribution from PyPI_ and install it manually.
31+
32+
Python Library Core 4.1.0 was released on Tuesday January 31, 2023.
33+
34+
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
35+
.. _Robot Framework: http://robotframework.org
36+
.. _pip: http://pip-installer.org
37+
.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore
38+
.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.1.0
39+
40+
41+
.. contents::
42+
:depth: 2
43+
:local:
44+
45+
Most important enhancements
46+
===========================
47+
48+
Add support adding classes also as a listener. (`#107`_)
49+
---------------------------------------------------------
50+
Now it is possible to register Robot Framework listener also from the
51+
class which implements keyword and not only from the library main class.
52+
53+
54+
Full list of fixes and enhancements
55+
===================================
56+
57+
.. list-table::
58+
:header-rows: 1
59+
60+
* - ID
61+
- Type
62+
- Priority
63+
- Summary
64+
* - `#107`_
65+
- enhancement
66+
- critical
67+
- Add support adding classes also as a listener.
68+
69+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.1.0>`__.
70+
71+
.. _#107: https://github.com/robotframework/PythonLibCore/issues/107

0 commit comments

Comments
 (0)