diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2017-07-11 14:01:11 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-11 14:36:05 -0400 |
commit | ec351b86c1a7f242c5495861ccbd4818c30e521d (patch) | |
tree | f2c53a2aef9631c8db6fdd6bf2dcdc2bc2076d0f /libraries/template-haskell/changelog.md | |
parent | ef7fd0ae8b519b3cd05349753a0e145112c26b67 (diff) | |
download | haskell-ec351b86c1a7f242c5495861ccbd4818c30e521d.tar.gz |
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
Diffstat (limited to 'libraries/template-haskell/changelog.md')
-rw-r--r-- | libraries/template-haskell/changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md index 305e39cb26..8eddedce3d 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* |