summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/changelog.md
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2019-02-11 09:31:40 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-13 20:13:34 -0500
commit7f26b74e409d058005909fc2b2ed2e6027d49365 (patch)
treefbb512eb7df211408ce0ae1ec5242e00514d1318 /libraries/template-haskell/changelog.md
parente40f00dcf96ba9009801dd1ca37b4abf12951b6e (diff)
downloadhaskell-7f26b74e409d058005909fc2b2ed2e6027d49365.tar.gz
Add `liftedTyped` to `Lift` class
Implements GHC proposal 43, adding a `liftTyped` method to the `Lift` typeclass. This also adds some documentation to `TExp`, describing typed splices and their advantages over their untyped counterparts. Resolves #14671.
Diffstat (limited to 'libraries/template-haskell/changelog.md')
-rw-r--r--libraries/template-haskell/changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index b1444341d8..cfed120471 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,5 +1,10 @@
# Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
+## 2.16.0.0 *TBA*
+
+ * Introduce a `liftTyped` method to the `Lift` class and set the default
+ implementations of `lift`/`liftTyped` to be in terms of each other.
+
## 2.15.0.0 *TBA*
* In `Language.Haskell.TH.Syntax`, `DataInstD`, `NewTypeInstD`, `TySynEqn`,