From d8e68ab276db2bb0f97de4998c7f2c5c150afd5b Mon Sep 17 00:00:00 2001 From: "Vanya A. Sergeev" Date: Thu, 3 Sep 2020 01:53:40 -0500 Subject: [PATCH] changelog: update to v2.2.3 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4c9bc..53b72a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +* v2.2.3 - 09/03/2020 + * GPIO + * Disable character device GPIO support when building with older Linux + kernel headers missing line event support in the gpio-cdev ABI. + * SPI + * Fix formatted bits per word truncation in `spi_tostring()`. + * Build + * Add test for character device GPIO support in Linux kernel headers to + Makefile. + * Contributors + * Fabrice Fontaine, @ffontaine - 5b81b89 + * v2.2.2 - 07/24/2020 * GPIO * Add conditional compilation of character device GPIO support to allow