diff --git a/CHANGELOG.md b/CHANGELOG.md index dba618b7..5238b3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Removed - Remove the Linux specific function `dladdr1()` from none-linux build -- Remove the functions `dladdr()` and `dlopen()` from NetBSD build +- Remove the function `dlopen()` from NetBSD build ### Changed @@ -46,6 +46,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `ido(1)` sets the login `bash(1)` long option `--login` if an option command is set only for a login shell +### Fixed + +- Fix the `ido(1)`'s PATH for [NetBSD] + ## [v23] - 2024-06-25 ### Added