From 91b2b65c6897782641dfa6c243856037c10d26be Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 4 Apr 2021 22:50:54 -0700 Subject: [PATCH] doc --- documentation/RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 49cdd74ef..bf38deeb5 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -17,6 +17,11 @@ should also be read to understand what has changed since earlier releases. +### IOCsh sets `${PWD}` + +IOC shell will now ensure `${PWD}` is set on startup, +and updated by the `cd` iocsh function. + -----