summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/8.8.1-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst
index 6f6404e736..c98c7e386c 100644
--- a/docs/users_guide/8.8.1-notes.rst
+++ b/docs/users_guide/8.8.1-notes.rst
@@ -64,6 +64,11 @@ Language
For instance, it is now permissible to write ``Proxy '(a :: A, b :: B)``
(previous GHC versions required extra parens: ``Proxy '((a :: A), (b :: B))``).
+- :ghc-flag:`-Woverflowed-literals` checks all literals. Previously, it would
+ only inspect boxed expression literals.
+
+- :ghc-flag:`-Wempty-enumerations` now also works for ``Numeric.Natural``.
+
Compiler
~~~~~~~~