diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5e0532e6..a113f942 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,17 +1,6 @@ lib_xua Change Log ================== -0.3.0 ------ - - * CHANGED: Build files updated to support new "xcommon" behaviour in xwaf. - - * Changes to dependencies: - - - lib_dsp: Added dependency 5.0.0 - - - lib_mic_array: Added dependency 4.0.0 - 0.2.0 ----- @@ -24,6 +13,7 @@ lib_xua Change Log * CHANGE: Moved to lib_spdif (from module_spdif_tx & module_spdif_rx) * CHANGE: Define NUM_PDM_MICS renamed to XUA_NUM_PDM_MICS * CHANGE: Define NO_USB renamed to XUA_USB_EN + * CHANGE: Build files updated to support new "xcommon" behaviour in xwaf. * RESOLVED: wChannelConfig in UAC1 descriptor set according to output channel count * RESOLVED: Indexing of ADAT channel strings (#18059) @@ -35,6 +25,10 @@ lib_xua Change Log - lib_xassert: Added dependency 3.0.1 + - lib_dsp: Added dependency 5.0.0 + + - lib_mic_array: Added dependency 4.0.0 + 0.1.2 ----- diff --git a/lib_xua/module_build_info b/lib_xua/module_build_info index 2a96c9f5..ce383df3 100644 --- a/lib_xua/module_build_info +++ b/lib_xua/module_build_info @@ -1,4 +1,4 @@ -VERSION = 0.3.0 +VERSION = 0.2.0 DEPENDENT_MODULES = lib_logging(>=3.0.0) \ lib_xassert(>=4.0.0) \