diff options
author | Mario Blažević <blamario@protonmail.com> | 2022-08-21 10:25:26 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-08-22 22:06:21 -0400 |
commit | c96552517acc55ba307add250d499d97dc203677 (patch) | |
tree | e02ce09eef39022802e19f41334868f1c4a4d19b | |
parent | 33968354176dcf68d4dbd717d2a0d77474edc302 (diff) | |
download | haskell-c96552517acc55ba307add250d499d97dc203677.tar.gz |
Updated the changelog
-rw-r--r-- | libraries/template-haskell/changelog.md | 5 |
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. |