summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-01-15 11:28:14 -0500
committerBen Gamari <ben@smart-cactus.org>2020-01-15 11:28:27 -0500
commit54da45918e70ac02adea590404bfef0f60af748f (patch)
tree099b7b576977c54f36b4b5abb60068816067bd32
parent2f25fbfb944b3bc78b33bcc847f93710c29bbbcc (diff)
downloadhaskell-54da45918e70ac02adea590404bfef0f60af748f.tar.gz
relnote: Mention StandaloneKindSignatures in highlights
-rw-r--r--docs/users_guide/8.10.1-notes.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/users_guide/8.10.1-notes.rst b/docs/users_guide/8.10.1-notes.rst
index 034c72b59c..836508d030 100644
--- a/docs/users_guide/8.10.1-notes.rst
+++ b/docs/users_guide/8.10.1-notes.rst
@@ -10,7 +10,11 @@ following sections.
Highlights
----------
-- The :extension:`UnliftedNewtypes` extension.
+- The :extension:`UnliftedNewtypes` extension, allowing ``newtype``\s to be
+ wrap types of kind other than ``Type``.
+
+- The :extension:`StandaloneKindSignatures` extension, allowing explicit
+ signatures on type constructors.
- A new, :rts-flag:`low-latency garbage collector <-xn>` for the oldest generation.