Skip to content

Commit f066f28

Browse files
authored
Fix release notes $nu.vendor-autoload-dirs (nushell#1898)
0.95.0 mentions `$nu.vendor-autoload-dir` future-facing (will be introduced in the future). But it was introduced as `$nu.vendor-autoload-dirs` (plural) in 0.96.0. 0.96.0 mentions PRs #13217 and #13382. The first introduced it in singular, but the second changed it to plural. The plural name `$nu.vendor-autoload-dirs` is still the correct name in the current version 0.103.0.
1 parent 7ac1d36 commit f066f28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blog/2024-06-25-nushell_0_95_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Additionally, the constant `$nu.cache-dir` has been added for future use. Like t
139139
| macOS | `$HOME/Library/Caches/nushell` | `/home/alice/Library/Caches/nushell` |
140140
| Windows | `{FOLDERID_LocalAppData}\nushell` | `C:\Users\Alice\AppData\Local\nushell` |
141141

142-
New constants for system-level items such as `$nu.vendor-autoload-dir` will be introduced in future releases.
142+
New constants for system-level items such as `$nu.vendor-autoload-dirs` will be introduced in future releases.
143143

144144
# Changes to commands [[toc](#table-of-content)]
145145

blog/2024-07-23-nushell_0_96_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ We don't expect this to break any real code in practice, but it is a change that
131131

132132
## Autoload directories for package managers [[toc](#table-of-content)]
133133

134-
`$nu.vendor-autoload-dir` is now a list of directories that will automatically be loaded from at startup. The nu script files within these directories are loaded in lexical order, and the directories are loaded in the order they appear in that list.
134+
`$nu.vendor-autoload-dirs` is now a list of directories that will automatically be loaded from at startup. The nu script files within these directories are loaded in lexical order, and the directories are loaded in the order they appear in that list.
135135

136136
Added in [#13217](https://github.com/nushell/nushell/pull/13217), and further refined by [@jcgruenhage](https://github.com/jcgruenhage) in [#13382](https://github.com/nushell/nushell/pull/13382).
137137

0 commit comments

Comments
 (0)