Skip to content

Commit 5784781

Browse files
Update NEWS.rst
1 parent 45ae5eb commit 5784781

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

NEWS.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
x.y.z
66
=====
77

8-
- New device method: ``Device.destroy()``
8+
- New device method to close the device: ``Device.destroy()``
99

1010
- ``Device()`` is now a context manager suitable to be used with
1111
``with``-statement.
@@ -17,6 +17,15 @@ x.y.z
1717

1818
- Launchpad is deprecated in favor of GitHub.
1919

20+
- New module function to open a file descriptor to uinput device: ``uinput.fdopen()``
21+
22+
- ``Device`` constructor accepts an open file descriptor to uinput
23+
device as a keyword argument. If not given, uinput file descriptor
24+
is opened via ``uinput.fdopen()``.
25+
26+
- Both ``README`` and ``NEWS`` are renamed and converted to
27+
reStructuredText markup.
28+
2029
0.10.2
2130
======
2231

0 commit comments

Comments
 (0)