From d02c1da5f318f11936a9b6b325914b97d36102d8 Mon Sep 17 00:00:00 2001 From: Nate Young Date: Tue, 9 Jan 2024 11:37:29 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 739b64e..9881cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Breaking changes: New features: Bugfixes: +- Ensure that callbacks passed to `question` and `question'` are invoked +- Fixed typo in options passed to `readline.createInterface` Other improvements: