diff --git a/Release-Notes.md b/Release-Notes.md
index 70ab13d..c75751b 100644
--- a/Release-Notes.md
+++ b/Release-Notes.md
@@ -1,4 +1,4 @@
-## unreleased
+## unreleased version
### ADDED
* `Redo` function in the editor.
* New icons (http://p.yusukekamiyamane.com/)
@@ -21,43 +21,49 @@
* All elements and variables now have more clear names (no more `button1` `textBox2` names and etc).
* Сhanged work logic of most functions.
-***
-
## v1.3.0 (2018-12-20)
+### ADDED
* Optional integration with windows context menu [#11](https://github.com/Sigmanor/Crypto-Notepad/issues/11) [#12](https://github.com/Sigmanor/Crypto-Notepad/issues/12)
-* Changed eye icon  behavior.
+
+### FIXED
+* Empty filename while saving existing file or creating a new.
+* Incorrect work of the `Auto save on lock` function.
+* Strange behavior after opening a file [#13](https://github.com/Sigmanor/Crypto-Notepad/issues/13)
+* Critical bug after file saving [#14](https://github.com/Sigmanor/Crypto-Notepad/issues/14)
+
+### IMPROVED
+* Eye icon  behavior.
* Encryption key now can't be empty.
-* Now when you open a new file, filename is always empty.
+* When you open a new file, filename is always empty.
* Minor design changes in `Settings` and `Change Key` windows.
-* 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 [#13](https://github.com/Sigmanor/Crypto-Notepad/issues/13)
-* Fixed [#14](https://github.com/Sigmanor/Crypto-Notepad/issues/14)
-* Added new bugs :smile:
+* Logic of the `Associate with *.cnp files` function.
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
**Important. If If you used the `Associate with *.cnp files` after this update you need to re-enable this function.**
-***
-
-### v1.2.0 (2018-12-08)
-* Added backward compatibility for older files without metadata.
+## v1.2.0 (2018-12-08)
+### ADDED
* Program now randomizes 64-byte-long salt when saving files (by default).
* Encryption key now encrypts when not in use.
* Use RijindaelManaged.GenerateIV method instead of manually generating random IV.
-* Some app design changes.
-* Minor bug fixes.
+
+### FIXED
+* Minor bug fixes.
+
+### IMPROVED
+* Backward compatibility for older files without metadata.
+* Minor design changes.
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
-***
-
-### v1.1.3 (2018-11-24)
-* Fixed a minor grammar mistakes.
+## v1.1.3 (2018-11-24)
+### ADDED
* Randomized initialization vectors.
-* Salt now stored as metadata.
+* Salt now stored as metadata.
+
+### FIXED
+* Minor grammar mistakes.
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_