diff --git a/NEWS b/NEWS index 21d5a3b..5792447 100644 --- a/NEWS +++ b/NEWS @@ -37,17 +37,19 @@ Targets are: - =aarch64-linux-gnu= ** Add tests ** Update and improve the documentation +- Document Guile-Udev types. + +Changes by Maxim Cournoyer : - Document how GNU Guix can be used to develop or install guile-udev. - Refine documentation for the =make-udev-monitor= procedure. - Show the existing complete device listener example content. -- Document Guile-Udev types. - - Thanks to Maxim Cournoyer . ** Change the default the timeout values of `make-udev-monitor' to #f The TIMEOUT-SEC and TIMEOUT-USEC arguments now default to #f instead of 0, which means that the `select' call no longer polls by default, which would consume 100% of a CPU core (see: https://github.com/artyom-poptsov/guile-udev/issues/5). + +Implemented by Maxim Cournoyer . * Changes in version 0.2.4 (2022-12-27) ** Bugfix: Check every string that comes from the udev for NULL