summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-16 17:39:48 +0100
committerCanop <cano.petrole@gmail.com>2020-01-16 17:39:48 +0100
commitde05f4d9a75ec48b03429593e10a9329203be7c8 (patch)
treeea39fc930ee419752ffd1c95a9ff33b05ffbe9ba /CHANGELOG.md
parent3bebd0f10d892728ef1bb227ba170041c3091f59 (diff)
commands given with `--cmd` must be separated
This removes ambiguities. Default separator is `;`. If the semicolon is used in commands, you may provide another separator using the environnment variable `BROOT_CMD_SEPARATOR`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bb6fa7..2272b30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
### master
- fix some cases of terminal let in a bad state on errors
- some changes to the fish shell function and its installation (PR #128)
+- **breaking change:** commands given with `--cmd` must be separated (default separator is `;`)
<a name="v0.11.9"></a>
### v0.11.9 - 2020-01-15