diff options
| author | JT <547158+jntrnr@users.noreply.github.com> | 2023-03-22 10:32:43 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-21 14:32:43 -0700 |
| commit | 7ff4eb10c7eabdfe82c6de1ef5796f2c0da39c7b (patch) | |
| tree | 8931bdc2fa049ef3b3cdc5a228d0e1c03a19a5cb /docs | |
| parent | a91a75b9857542d8659d5bdd8e84e3723f9d0451 (diff) | |
| download | virtualenv-7ff4eb10c7eabdfe82c6de1ef5796f2c0da39c7b.tar.gz | |
Update Nushell 'let' syntax (#2527)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog/2527.bugfix.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog/2527.bugfix.rst b/docs/changelog/2527.bugfix.rst new file mode 100644 index 0000000..ff5800f --- /dev/null +++ b/docs/changelog/2527.bugfix.rst @@ -0,0 +1,2 @@ +Move the use of 'let' in nushell to ensure compatibility with future releases of nushell, where 'let' no longer +assumes that its initializer is a full expressions. |
