Moved to version 3.2.0

This commit is contained in:
xross
2022-05-30 18:17:31 +01:00
parent 24d0c51818
commit 0d8f080604
2 changed files with 5 additions and 4 deletions

View File

@@ -1,12 +1,13 @@
lib_xua Change Log lib_xua Change Log
================== ==================
UNRELEASED 3.2.0
---------- -----
* CHANGED: Updated tests to use lib_locks (was legacy module_locks) * CHANGED: Updated tests to use lib_locks (was legacy module_locks)
* CHANGED: Exclude HID Report functions unless the HID feature is enabled * CHANGED: Exclude HID Report functions unless the HID feature is enabled
* CHANGED: Explicit feedback EP enabled by default (see UAC_FORCE_FEEDBACK_EP) * CHANGED: Explicit feedback EP enabled by default (see
UAC_FORCE_FEEDBACK_EP)
* FIXED: Incorrect conditional compilation of HID report code * FIXED: Incorrect conditional compilation of HID report code
* Changes to dependencies: * Changes to dependencies:

View File

@@ -1,4 +1,4 @@
VERSION = 3.1.0 VERSION = 3.2.0
DEPENDENT_MODULES = lib_logging(>=3.1.0) \ DEPENDENT_MODULES = lib_logging(>=3.1.0) \
lib_xassert(>=4.1.0) \ lib_xassert(>=4.1.0) \