summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-03-19 18:43:31 +0100
committerCanop <cano.petrole@gmail.com>2020-03-19 18:43:31 +0100
commit3e2fa238b1068210e27d59582695a12d3694c32d (patch)
treef8182925a8c047ef2f25ceec6c6070de0b1ee350 /CHANGELOG.md
parentf1ea1661eaa71e420b8118cda5c85a5e3a9e3141 (diff)
replace ~ in path arguments with user home dir
Fix #211
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0c90ec..02dd4a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+### master
+- replace ~ in path arguments with user home dir
+
<a name="v0.13.4"></a>
### v0.13.4 - 2020-03-13
- support for an arg made of an optional group - Fix #210