From ea3909dcc1e3e8f184ac9f8fb283a81a806f7dbd Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Wed, 21 Jun 2017 11:17:41 +0200
Subject: [PATCH] Prepare 1.7.4 release

---
 CHANGELOG             | 2 +-
 docs/release-notes.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 2da0cabd..f16ef71f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
 mkdocs-material-1.7.4 (2017-06-21)
 
   * Fixed functional link colors in table of contents for active palette
-  * Fixed compatibility issues with IE11
+  * Fixed #368: Compatibility issues with IE11
 
 mkdocs-material-1.7.3 (2017-06-07)
 
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 8f4eccbc..648f5743 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -20,7 +20,7 @@ pip show mkdocs-material | grep -E ^Version
 ### 1.7.4 <small> _ June 21, 2017</small>
 
 * Fixed functional link colors in table of contents for active palette
-* Fixed [#368][368] compatibility issues with IE11
+* Fixed [#368][368]: Compatibility issues with IE11
 
   [368]: https://github.com/squidfunk/mkdocs-material/issues/368
 
-- 
GitLab