summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
authorMario Blažević <blamario@protonmail.com>2022-08-21 10:25:26 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-08-22 22:06:21 -0400
commitc96552517acc55ba307add250d499d97dc203677 (patch)
treee02ce09eef39022802e19f41334868f1c4a4d19b /libraries/template-haskell
parent33968354176dcf68d4dbd717d2a0d77474edc302 (diff)
downloadhaskell-c96552517acc55ba307add250d499d97dc203677.tar.gz
Updated the changelog
Diffstat (limited to 'libraries/template-haskell')
-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 e3bcef509a..efca1d96c8 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.20.0.0
+
+ * The `Ppr.pprInfixT` function has gained a `Precedence` argument.
+ * The values of named precedence levels like `Ppr.appPrec` have changed.
+
## 2.19.0.0
* Add `DefaultD` constructor to support Haskell `default` declarations.