Add a release note: GHCi import syntax
authorIan Lynagh <igloo@earth.li>
Wed, 21 Jul 2010 19:36:47 +0000 (19:36 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 21 Jul 2010 19:36:47 +0000 (19:36 +0000)
docs/users_guide/6.14.1-notes.xml

index 838bcc5..e98970f 100644 (file)
           parallelism will be lost.
         </para>
       </listitem>
+
+      <listitem>
+        <para>
+          The full Haskell <literal>import</literal> syntax can now been
+          used to bring modules into scope in GHCi.
+        </para>
+      </listitem>
     </itemizedlist>
   </sect2>