summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJT <547158+jntrnr@users.noreply.github.com>2023-03-22 10:32:43 +1300
committerGitHub <noreply@github.com>2023-03-21 14:32:43 -0700
commit7ff4eb10c7eabdfe82c6de1ef5796f2c0da39c7b (patch)
tree8931bdc2fa049ef3b3cdc5a228d0e1c03a19a5cb /docs
parenta91a75b9857542d8659d5bdd8e84e3723f9d0451 (diff)
downloadvirtualenv-7ff4eb10c7eabdfe82c6de1ef5796f2c0da39c7b.tar.gz
Update Nushell 'let' syntax (#2527)
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/2527.bugfix.rst2
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.