diff --git a/description.xml b/description.xml
index 22a286a..910af21 100644
--- a/description.xml
+++ b/description.xml
@@ -3,7 +3,7 @@
xmlns:dep="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink">
-
+
Инструменты для создания электронных изданий
diff --git a/ePublishing/Hyphenations.xba b/ePublishing/Hyphenations.xba
index 05977c5..e9e8175 100644
--- a/ePublishing/Hyphenations.xba
+++ b/ePublishing/Hyphenations.xba
@@ -1,6 +1,6 @@
-Private Sub markHyph4
+Private Sub markHyph
End sub
Private Sub convertHyphInDoc()
@@ -380,6 +380,10 @@ Private Function needHyphen(before As String, after As String,lineLength As Inte
needHyphen = false
Case "/"
needHyphen = false
+ Case "?"
+ needHyphen = false
+ Case "!"
+ needHyphen = false
End Select
Select Case after
Case " "
diff --git a/releasenotes.txt b/releasenotes.txt
index c2b1404..5a94b71 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,3 +1,4 @@
+0.7.2 Added conversion for endnotes to manual endontes and back
0.6.15 Increased limit of articles in issue to 50
0.6.14 Bugfix: Remove bookmark before creating another one with the same name
0.6.13 Forbid creating bidirectional links with empty text