From 9348353d5a6a72bffd26203e091692e11eb865d3 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 6 Dec 2018 13:04:39 +0200 Subject: [PATCH] Updated Release Notes (markdown) --- Release-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Notes.md b/Release-Notes.md index 4e25d60..9614c83 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,6 +1,6 @@ ### v1.2.0 * Added backward compatibility for older files without metadata. -* Program now randomizes 64-byte-long salt when saving files ( by default ). +* Program now randomizes 64-byte-long salt when saving files (by default). * Program now encrypts encryption key when not in use. * Use RijindaelManaged.GenerateIV method instead of manually generating random IV.