diff options
Diffstat (limited to 'libraries/template-haskell/changelog.md')
-rw-r--r-- | libraries/template-haskell/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md index 55aab10c0d..24a74e4616 100644 --- a/libraries/template-haskell/changelog.md +++ b/libraries/template-haskell/changelog.md @@ -22,6 +22,8 @@ * Fix Show instance for `Bytes`: we were showing the pointer value while we want to show the contents (#16457). + * Add `Semigroup` and `Monoid` instances for `Q` (#18123). + ## 2.16.0.0 *TBA* * Add support for tuple sections. (#15843) The type signatures of `TupE` and |