diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3aeb90ef..18d64316 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
 ### Enhancements
 
 * Add GitLab social icon brand color. [#1653](https://github.com/mmistakes/minimal-mistakes/issues/1653)
+* Prevent line breaks between FontAwesome icon and text in footer social links. [#1659](https://github.com/mmistakes/minimal-mistakes/issues/1659)
 
 ### Bug Fixes
 
diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md
index 0bec4b19..1964583a 100644
--- a/docs/_docs/18-history.md
+++ b/docs/_docs/18-history.md
@@ -4,7 +4,7 @@ permalink: /docs/history/
 excerpt: "Change log of enhancements and bug fixes made to the theme."
 sidebar:
   nav: docs
-last_modified_at: 2018-05-08T10:47:28-04:00
+last_modified_at: 2018-05-11T12:43:25-04:00
 toc: true
 ---
 
@@ -13,6 +13,7 @@ toc: true
 ### Enhancements
 
 * Add GitLab social icon brand color. [#1653](https://github.com/mmistakes/minimal-mistakes/issues/1653)
+* Prevent line breaks between FontAwesome icon and text in footer social links. [#1659](https://github.com/mmistakes/minimal-mistakes/issues/1659)
 
 ### Bug Fixes