From ec351b86c1a7f242c5495861ccbd4818c30e521d Mon Sep 17 00:00:00 2001
From: Matthew Pickering <matthewtpickering@gmail.com>
Date: Tue, 11 Jul 2017 14:01:11 -0400
Subject: [PATCH] Add Template Haskell support for overloaded labels

Reviewers: RyanGlScott, austin, goldfire, bgamari

Reviewed By: RyanGlScott, goldfire, bgamari

Subscribers: rwbarton, thomie

Differential Revision: https://phabricator.haskell.org/D3715
---
 libraries/template-haskell/changelog.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index 305e39cb267d..8eddedce3da5 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,5 +1,11 @@
 # Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
 
+## 2.13.0.0 *TBA*
+
+  * Bundled with GHC *TBA*
+
+  * Add support for overloaded labels. Introduces `labelE :: String -> ExpQ`.
+
 ## 2.12.0.0 *TBA*
 
   * Bundled with GHC *TBA*
-- 
GitLab