From d92a7eb67573a6c8b99bf0d9422fda2305f767ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Thu, 12 Jan 2023 04:43:28 +1300 Subject: [PATCH] Add #449 to lib changelog (#481) --- crates/lib/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 0ca5026..9de0b4e 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -10,6 +10,7 @@ - Internal: drop support code for Fuchsia. MIO already didn't support it, so it never compiled there. - Add `#[must_use]` annotations to a bunch of functions. - Add missing `Send` bound to `HandlerLock`. +- Add new keyboard event source; initially supports just detecting EOF on STDIN. ([#449](https://github.com/watchexec/watchexec/pull/449)) - Fix `summarise_events_to_env` on Windows to output paths with backslashes. ## v2.0.2 (2022-09-07)