summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/changelog.md
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2016-08-29 09:47:56 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2016-08-29 09:47:56 -0400
commit983f6609b68bf4cef0a5c94cd5568673cab3a6cf (patch)
treed9a2ed5c025e59c176a1e6bd15c9ab5d9e54aba6 /libraries/template-haskell/changelog.md
parentca8c0e279a87d93c1fb10460c24ef35a9080238f (diff)
downloadhaskell-983f6609b68bf4cef0a5c94cd5568673cab3a6cf.tar.gz
Template Haskell support for TypeApplications
Summary: Fixes #12530. Test Plan: make test TEST=12530 Reviewers: austin, bgamari, hvr, goldfire Reviewed By: goldfire Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2472 GHC Trac Issues: #12530
Diffstat (limited to 'libraries/template-haskell/changelog.md')
-rw-r--r--libraries/template-haskell/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index d6f0d46c02..e23fbf7db1 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -10,6 +10,8 @@
* Add support for unboxed sums. (#12478)
+ * Add support for visible type applications. (#12530)
+
## 2.11.0.0 *May 2016*
* Bundled with GHC 8.0.1