diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1c4667..7b32ad5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
## [1.4.0](https://github.com/maxsokolov/TableKit/releases/tag/1.4.0)
Released on 2016-09-06. Breaking changes in 1.4.0:
-The signatures of `TableRow` and `TableRowAction` classes were changed from
+
The signatures of `TableRow` and `TableRowAction` classes were changed from
```swift
let action = TableRowAction(.click) { (data) in
}