From 6f26db2fd33cb774aae70ebc1d58bdc7b6bfa1c2 Mon Sep 17 00:00:00 2001 From: Qi Xiao Date: Tue, 31 Dec 2024 14:24:18 +0000 Subject: [PATCH] 0.22.0-release-notes.md: Document removal of external dependencies from epm. --- 0.22.0-release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/0.22.0-release-notes.md b/0.22.0-release-notes.md index b7c99bb2a..4e2ce615c 100644 --- a/0.22.0-release-notes.md +++ b/0.22.0-release-notes.md @@ -3,6 +3,10 @@ - Pressing `Ctrl-Alt-V` in the REPL now enters a mode where the name of the next key pressed will be inserted into the buffer. +- The `epm` module no longer depends on Unix commands like `mkdir` and is now + compatible with a stock Windows installation. It still depends on commands + needed for downloading packages (typically `git` or `rsync`). + # Notable bugfixes - The `lower` glob modifier (as in `echo *[lower]`) now correctly matches