summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-01-28 14:54:57 (GMT)
committerGitHub <noreply@github.com>2021-01-28 14:54:57 (GMT)
commit81b23a9b148b60f8f541e4b06e1d88c58644e3b8 (patch)
tree35e19cf357b14fe1955af58c8d010040b4f32395 /Misc
parent6f0346d09f78180886982e070cc92425ada96144 (diff)
downloadcpython-81b23a9b148b60f8f541e4b06e1d88c58644e3b8.zip
cpython-81b23a9b148b60f8f541e4b06e1d88c58644e3b8.tar.gz
cpython-81b23a9b148b60f8f541e4b06e1d88c58644e3b8.tar.bz2
bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23938)
(cherry picked from commit 7f162e867c674f57c308a87fffcdcca3540c8933) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2020-02-28-14-33-15.bpo-29076.Gtixi5.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2020-02-28-14-33-15.bpo-29076.Gtixi5.rst b/Misc/NEWS.d/next/Build/2020-02-28-14-33-15.bpo-29076.Gtixi5.rst
new file mode 100644
index 0000000..b38beb0
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2020-02-28-14-33-15.bpo-29076.Gtixi5.rst
@@ -0,0 +1 @@
+Add fish shell support to macOS installer.