Skip to content

Commit a03f389

Browse files
committed
update changelog
1 parent 12c5751 commit a03f389

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

doc/changelog.rst

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Development
5+
^^^^^^^^^^^
6+
Fixes:
7+
- Silence ``OSError`` in destructor (thanks `@polyphemus`_).
8+
9+
- Make ``InputDevice.close()`` work in cases in which stdin (fd 0)
10+
has been closed (thanks `@polyphemus`_).
11+
412
0.4.2 (Dec 13, 2013)
513
^^^^^^^^^^^^^^^^^^^^
614

@@ -21,7 +29,7 @@ Fixes:
2129
^^^^^^^^^^^^^^^^^^^^
2230

2331
Enhancements:
24-
- Add ``FF_*`` and ``FF_STATUS`` codes to ``ecodes`` (thanks @bgilbert).
32+
- Add ``FF_*`` and ``FF_STATUS`` codes to ``ecodes`` (thanks `@bgilbert`_).
2533

2634
- Reverse event code mappings (``ecodes.{KEY,FF,REL,ABS}`` and
2735
etc.) will now map to a list of codes, whenever a value
@@ -33,10 +41,10 @@ Enhancements:
3341
... 'KEY_A'
3442

3543
- Set the state of a LED through ``device.set_led()`` (thanks
36-
@accek). ``device.fd`` is opened in ``O_RDWR`` mode from now on.
44+
`@accek`_). ``device.fd`` is opened in ``O_RDWR`` mode from now on.
3745

3846
Fixes:
39-
- Fix segfault in ``device_read_many()`` (thanks @bgilbert).
47+
- Fix segfault in ``device_read_many()`` (thanks `@bgilbert`_).
4048

4149
0.3.3 (May 29, 2013)
4250
^^^^^^^^^^^^^^^^^^^^
@@ -51,7 +59,7 @@ Fixes:
5159
^^^^^^^^^^^^^^^^^^^^
5260

5361
Fixes:
54-
- Fix vendor id and product id order in ``DeviceInfo`` (thanks @kived).
62+
- Fix vendor id and product id order in ``DeviceInfo`` (thanks `@kived`_).
5563

5664
0.3.1 (Nov 23, 2012)
5765
^^^^^^^^^^^^^^^^^^^^
@@ -149,3 +157,8 @@ Fixes:
149157
^^^^^^^^^^^^^^^^^^^^
150158

151159
*Initial Release*
160+
161+
.. _`@polyphemus`: https://github.com/polyphemus
162+
.. _`@bgilbert`: https://github.com/bgilbert
163+
.. _`@accek`: https://github.com/accek
164+
.. _`@kived`: https://github.com/kived

0 commit comments

Comments
 (0)