summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2016-11-05 22:15:14 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2016-11-05 22:16:03 +0000
commit1cab42d88d91f61528a160c212a163f9b2147760 (patch)
tree0c3ad2d162cdd82e70d66482005000f062525b2a
parentb0121209f8fb47a7cb8fc32e10d8e2c06d4502c2 (diff)
downloadhaskell-1cab42d88d91f61528a160c212a163f9b2147760.tar.gz
Update release notes for type sigs in TH patterns patch
[skip ci]
-rw-r--r--docs/users_guide/8.2.1-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index 89886304bd..8edc7a2361 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -80,6 +80,8 @@ Template Haskell
correctly. Previously, Template Haskell would implicitly remove the
parentheses when splicing, which would turn ``(# Int #)`` into ``Int``.
+- Add support for type signatures in patterns. (:ghc-ticket:`12164`)
+
Runtime system
~~~~~~~~~~~~~~