We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ae5eb commit 5784781Copy full SHA for 5784781
1 file changed
NEWS.rst
@@ -5,7 +5,7 @@
5
x.y.z
6
=====
7
8
-- New device method: ``Device.destroy()``
+- New device method to close the device: ``Device.destroy()``
9
10
- ``Device()`` is now a context manager suitable to be used with
11
``with``-statement.
@@ -17,6 +17,15 @@ x.y.z
17
18
- Launchpad is deprecated in favor of GitHub.
19
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
29
0.10.2
30
======
31
0 commit comments