From d08c962bd4912579eef6c0536ca4efcdc79e485c Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Tue, 8 Nov 2011 18:28:16 +0000 Subject: [PATCH] Add a release note about package trust --- docs/users_guide/7.2.2-notes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/users_guide/7.2.2-notes.xml b/docs/users_guide/7.2.2-notes.xml index b73746f1a472..11ef3c029c01 100644 --- a/docs/users_guide/7.2.2-notes.xml +++ b/docs/users_guide/7.2.2-notes.xml @@ -9,6 +9,14 @@ </para> <itemizedlist> + <listitem> + <para> + All packages are now trusted by default. If you wish to make use + of Safe Haskell, you will need to manually untrust packages that + you do not wish to trust. + </para> + </listitem> + <listitem> <para> An optimiser bug -- GitLab