aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-26 20:51:32 -0300
committerEuAndreh <eu@euandre.org>2021-01-26 21:04:11 -0300
commit09e22ae773da92ff7b953d95a022168fe15bab62 (patch)
treefb86123022bdecafca2b0e7e67a28f4cb360cede /CHANGELOG.md
parentRemove unused argument from CHANGELOG.sh (diff)
downloadremembering-09e22ae773da92ff7b953d95a022168fe15bab62.tar.gz (sig)
remembering-09e22ae773da92ff7b953d95a022168fe15bab62.tar.xz
v0.1.1: Allow names with spacesv0.1.1
The test_stdin_is_empty was adapted so it wouldn't exit with status 1. The previous implementation would effectively do: printf '' | grep '' which returns 1, and the test would fail.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9962073..7a58444 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,10 @@
## Security
-->
+# 0.1.1 - 2021-01-26
+## Fixed
+Allow names with spaces.
+
# 0.1.0 - 2021-01-26
## Added
Initial public release.