summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE3
-rw-r--r--docs/users_guide/8.0.1-notes.rst2
2 files changed, 3 insertions, 2 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 24cddb3f48..2db475e6e3 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -13,7 +13,8 @@ of major features and numerous bug fixes. These include,
* Support for record pattern synonyms
- * The DeriveAnyClass extension to conveniently derive default instances
+ * The -XDeriveAnyClass extension learned to derive instances for classes with
+ associated types
* More reliable DWARF debugging information
diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index d3cdcdcdf4..872db8bd23 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -18,7 +18,7 @@ The highlights, since the 7.10 branch, are:
- Support for :ref:`record pattern synonyms <record-patsyn>`
-- ``-XDeriveAnyClass`` to conveniently derive default instances (see :ref:`derive-any-class`)
+- The ``-XDeriveAnyClass`` extension learned to derive instances for classes with associated types (see :ref:`derive-any-class`)
- More reliable DWARF debugging information