Skip to content

Commit 2e55b9a

Browse files
committed
Update CHANGELOG for new path resolution
1 parent d566183 commit 2e55b9a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ A list of user-facing changes since the latest Shadow release.
1111
to search for pkg-config files, C headers, and libraries. It obsoletes the options `--library` and `--include`.
1212
* Fixed a bug causing `mmap` to fail when called on a file descriptor that was
1313
opened with `O_NOFOLLOW`. https://github.com/shadow/shadow/pull/2353
14+
* Bare executable names are now resolved by searching shadow's `PATH`. Previously these were
15+
interpreted as relative to the current directory. For backwards compatibility, Shadow will currently
16+
prefer a binary in that location if one is found but log a warning. Such cases should be disambiguated
17+
by using an absolute path or prefixing with `./`.
1418
* (add entry here)

0 commit comments

Comments
 (0)