diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab042a5..0acd92d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,16 +20,16 @@ maddy uses [semver versioning](https://semver.org/).
## version 1.1.2 2020-10-04
-*  `*`, `+` and `-` are equivalent for making unordered bullet list
-*  Parsing support for fully numeric ordered lists
+*  `*`, `+` and `-` are equivalent for making unordered bullet list
+*  Parsing support for fully numeric ordered lists
*  make `Parser::Parse` accept istreams instead of stringstream
*  CMake is creating an interface library which you can include in your own `target_link_libraries` and the global include path is untouched from maddy.
## version 1.1.1 2019-12-27
-*  BreakLineParser
-*  HTMLParser
-*  Added optional config with the following options:
+*  BreakLineParser
+*  HTMLParser
+*  Added optional config with the following options:
* en-/disable the emphasized parser
* wrap/not wrap HTML in markdown within a paragraph in output
*  Updated gtest to release-1.10.0 to fix build issues
@@ -37,30 +37,30 @@ maddy uses [semver versioning](https://semver.org/).
## version 1.1.0 2019-02-19
-*  Added missing includes to BlockParser
-*  Added missing dtor to BlockParser and LineParser
-*  `__test__` can also be used to get `text`
-*  Added AppVeyor CI
-*  Added clang for CI
+*  Added missing includes to BlockParser
+*  Added missing dtor to BlockParser and LineParser
+*  `__test__` can also be used to get `text`
+*  Added AppVeyor CI
+*  Added clang for CI
*  Single underscore `_` results in emphasized tag ``, single `*` in italic tag ``
## version 1.0.3 2018-01-18
-*  Make sure that all parsers are finished
-*  ol documentation
-*  Added Travic-CI with gcc
-*  Added Howto for running the tests on the README
+*  Make sure that all parsers are finished
+*  ol documentation
+*  Added Travic-CI with gcc
+*  Added Howto for running the tests on the README
## version 1.0.2 2017-12-26
-*  Fixed inline code for directly following letters (bold, emphasized and strikethrough)
+*  Fixed inline code for directly following letters (bold, emphasized and strikethrough)
## version 1.0.1 2017-12-25
-*  Fixed inline code for bold, emphasized and strikethrough
-*  Fixed spelling in README
-*  Use Gold Linker on Unix if available for faster compile time
-*  Added Github ISSUE_TEMPLATE
+*  Fixed inline code for bold, emphasized and strikethrough
+*  Fixed spelling in README
+*  Use Gold Linker on Unix if available for faster compile time
+*  Added Github ISSUE_TEMPLATE
## version 1.0.0 2017-12-25