summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/changelog.md
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2016-06-24 14:48:09 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2016-06-24 14:48:09 -0400
commita33b498d5f648a576dac6d219115866f05721196 (patch)
tree6ca9b65607a9d865d547acfd94bca2199af3bf7a /libraries/template-haskell/changelog.md
parent31b58065baf967fc8e82b058179f028cbb56dfe2 (diff)
downloadhaskell-a33b498d5f648a576dac6d219115866f05721196.tar.gz
Add template-haskell changelog note for #8761
Diffstat (limited to 'libraries/template-haskell/changelog.md')
-rw-r--r--libraries/template-haskell/changelog.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index 5cd8ad83e8..e9084e27f9 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,5 +1,13 @@
# Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
+## next *TBA*
+ * Bundled with GHC *TBA*
+
+ * Add support for pattern synonyms. This introduces one new constructor to
+ `Info` (`PatSynI`), two new constructors to `Dec` (`PatSynD` and
+ `PatSynSigD`), and two new data types (`PatSynDir` and `PatSynArgs`),
+ among other changes. (#8761)
+
## 2.11.0.0 *May 2016*
* Bundled with GHC 8.0.1