diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Pretty library change log
 
+## 1.1.3.5 -- 1st February, 2017
+
+* Fix documentation formatting bug (by Ivan Lazar Miljenovic)
+* Fix missing git tag on Github for v1.1.3.4 release.
+
 ## 1.1.3.4 -- 3rd June, 2016
 
 * Fix over-zeleaous use of strictness causing stack allocation, fixes part of
diff --git a/pretty.cabal b/pretty.cabal
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -1,5 +1,5 @@
 name:          pretty
-version:       1.1.3.4
+version:       1.1.3.5
 synopsis:      Pretty-printing library
 description:
         This package contains a pretty-printing library, a set of API's
@@ -24,7 +24,7 @@
 source-repository this
     type: git
     location: http://github.com/haskell/pretty.git
-    tag: 1.1.3.4
+    tag: 1.1.3.5
 
 source-repository head
     type:     git
diff --git a/src/Text/PrettyPrint/HughesPJ.hs b/src/Text/PrettyPrint/HughesPJ.hs
--- a/src/Text/PrettyPrint/HughesPJ.hs
+++ b/src/Text/PrettyPrint/HughesPJ.hs
@@ -22,7 +22,7 @@
 --
 -- For more information you can refer to the
 -- <http://belle.sourceforge.net/doc/hughes95design.pdf original paper> that
--- serves as the basis for this libraries design: /The Design -- of a
+-- serves as the basis for this libraries design: /The Design of a
 -- Pretty-printing Library/ by John Hughes, in Advanced Functional Programming,
 -- 1995.
 --
