aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
index 0000000..09836c3
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,7 @@
+1.5.1
+=====
+
+* Added ChangeLog
+* zerobin command supports reading stdin:
+ `zerobin -f /etc/fstab` can be done as
+ `cat /etc/fstab | zerobin -f -` or `zerobin -f < /etc/fstab`