diff --git a/docs/users_guide/9.2.6-notes.rst b/docs/users_guide/9.2.6-notes.rst index f16d97284d5d879cba57704856ea66a8fe8193c4..6e406dcf65c40ce996632d82b08bc609a006ca39 100644 --- a/docs/users_guide/9.2.6-notes.rst +++ b/docs/users_guide/9.2.6-notes.rst @@ -58,6 +58,12 @@ Compiler - Fix a driver bug where certain non-fatal Safe Haskell related warnings were being marked as fatal (:ghc-ticket:`22728`). +- Fix a core lint error arises from incorrect scoping of type variables in + specialise pragmas inside class instances (:ghc-ticket:`22913`). + +- Improve typchecker performance for modules with holes in type signatures + (:ghc-ticket:`14766`). + Runtime system --------------