From 3d49a5a31d1430103065a79cd4a86f5c040798ee Mon Sep 17 00:00:00 2001 From: Vincent Pelletier Date: Sun, 29 Oct 2023 03:01:38 +0000 Subject: [PATCH] README: Update with changes since 3.0.0 --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index ab6a48f..7a9b062 100644 --- a/README.rst +++ b/README.rst @@ -550,6 +550,16 @@ Update versioneer to be compatible with 3.11 . Drop python <3.6 support (consequence of versioneer update), hence the major version change. +unreleased +---------- + +Fix bug preventing use of setPollFDNotifiers. + +Wrap libusb_interrupt_event_handler, available since libusb 1.0.21, to help +applications wake an event handling thread (ex: durring exit). + +Windows wheels: Update bundled libusb dll to 1.0.26 . + .. _CPython: http://www.python.org/ .. _pypy: http://pypy.org/