Skip to content

Commit 5cd7953

Browse files
committed
Release notes for 4.1.1
1 parent cf07a47 commit 5cd7953

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

docs/PythonLibCore-4.1.1.rst

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
=========================
2+
Python Library Core 4.1.1
3+
=========================
4+
5+
6+
.. default-role:: code
7+
8+
9+
`Python Library Core`_ is a generic component making it easier to create
10+
bigger `Robot Framework`_ test libraries. Python Library Core 4.1.1 is
11+
a new hotfix release with bug fixes for named arguments support.
12+
13+
All issues targeted for Python Library Core v4.1.1 can be found
14+
from the `issue tracker`_.
15+
16+
If you have pip_ installed, just run
17+
18+
::
19+
20+
pip install --upgrade pip install robotframework-pythonlibcore
21+
22+
to install the latest available release or use
23+
24+
::
25+
26+
pip install pip install robotframework-pythonlibcore==4.1.1
27+
28+
to install exactly this version. Alternatively you can download the source
29+
distribution from PyPI_ and install it manually.
30+
31+
Python Library Core 4.1.1 was released on Friday February 17, 2023.
32+
33+
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
34+
.. _Robot Framework: http://robotframework.org
35+
.. _pip: http://pip-installer.org
36+
.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore
37+
.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.1.1
38+
39+
40+
.. contents::
41+
:depth: 2
42+
:local:
43+
44+
Most important enhancements
45+
===========================
46+
47+
`DynamicCore` doesn't handle named only arguments properly (`#111`_)
48+
--------------------------------------------------------------------
49+
PLC did not handle named only argumets correctly. If keyword looked like:
50+
`def kw(self, *, arg)` then argument secification not correcly returned.
51+
52+
53+
Full list of fixes and enhancements
54+
===================================
55+
56+
.. list-table::
57+
:header-rows: 1
58+
59+
* - ID
60+
- Type
61+
- Priority
62+
- Summary
63+
* - `#111`_
64+
- bug
65+
- high
66+
- `DynamicCore` doesn't handle named only arguments properly
67+
68+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.1.1>`__.
69+
70+
.. _#111: https://github.com/robotframework/PythonLibCore/issues/111

0 commit comments

Comments
 (0)