diff options
Diffstat (limited to 'docs/users_guide/8.8.1-notes.rst')
-rw-r--r-- | docs/users_guide/8.8.1-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst index f1a14c75fe..252db777bc 100644 --- a/docs/users_guide/8.8.1-notes.rst +++ b/docs/users_guide/8.8.1-notes.rst @@ -89,6 +89,8 @@ Runtime system alignment, lower the amount of wasted memory and lower the amount of in use memory. See :ghc-ticket:`13617`. Note that committed memory may be slightly higher. +- The output filename used for :ref:`eventlog output <rts-eventlog>` can now be + specified with the :rts-flag:`-ol` flag. Template Haskell ~~~~~~~~~~~~~~~~ |