From 50fbd827176b87f8df85430989409f47dcbfabfa Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 16 Dec 2018 04:12:47 +0200 Subject: [PATCH] Updated Release Notes (markdown) --- Release-Notes.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Release-Notes.md b/Release-Notes.md index 5362144..b011629 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -3,9 +3,11 @@ * Changed eye icon ![eye icon](https://i.imgur.com/5iz4oCx.png) behavior. * Encryption key now can't be empty. * Minor design changes in `Settings` and `Change Key` windows. -* Fixed bug with empty filename field while saving/creating a file. -* Fixed `Auto save on lock` working incorrect -* Fixed bug [#13](https://github.com/Sigmanor/Crypto-Notepad/issues/13)
+* Changed logic of the function`Associate with *.cnp files` +* Fixed bug with empty filename while saving existingа file or creating a new. +* Fixed incorrect work of the `Auto save on lock` function. +* Fixed bug [#13](https://github.com/Sigmanor/Crypto-Notepad/issues/13) +* Fixed old bugs, and new ones, that were created while working on this release.
***