Fixes a bug where encryption or decryption without target file would just bring up writing mode.

This commit is contained in:
Manuel Ebert 2012-05-31 11:43:20 +02:00
parent 11a73b4fc2
commit 1225063e61
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
Changelog
=========
* [Fixed] Fixes a bug where --encrypt or --decrypt without a target file would not work.
* [Improved] Supports a config option for setting word wrap.
### 0.3.0 (May 24, 2012)