Skip to content

Commit 2b93c41

Browse files
committed
docs: changelog
1 parent aa6d2ef commit 2b93c41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
## [5.3.0](https://github.com/neovim/node-client/compare/v5.2.1...v5.3.0)
44

5+
- `findNvim` supports `firstMatch` parameter which callers can use to stop
6+
searching after the first valid Nvim is found. #370
57
- `findNvim` now searches various common locations, in addition to `$PATH`. That
68
makes it more useful for GUIs where `$PATH` is often different than the user's
79
shell. #267
8-
- `findNvim` now has a `firstMatch` parameter which callers can use to stop
9-
searching after the first valid matching Nvim is found. #370
10+
- `findNvim` supports optional `paths` and `dirs` parameters.
1011

1112
## [5.2.1](https://github.com/neovim/node-client/compare/v5.2.0...v5.2.1)
1213

0 commit comments

Comments
 (0)