[project @ 2001-04-26 14:23:37 by simonmar]
authorsimonmar <unknown>
Thu, 26 Apr 2001 14:23:37 +0000 (14:23 +0000)
committersimonmar <unknown>
Thu, 26 Apr 2001 14:23:37 +0000 (14:23 +0000)
Release notes for 5.02.  Let's not leave it till the last minute this
time, please folks!

ghc/docs/users_guide/5-02-notes.sgml [new file with mode: 0644]

diff --git a/ghc/docs/users_guide/5-02-notes.sgml b/ghc/docs/users_guide/5-02-notes.sgml
new file mode 100644 (file)
index 0000000..81e7fb6
--- /dev/null
@@ -0,0 +1,37 @@
+<sect1 id="release-5-02">
+  <title>Release notes for version 5.02</title>
+
+  <sect2>
+    <title>User-visible compiler changes</title>
+  </sect2>
+
+  <sect2>
+    <title>New experimental features</title>
+  </sect2>
+
+  <sect2>
+    <title>User-visible library changes</title>
+    <itemizedlist>
+      <listitem>
+       <para>New function: <function>Exception.throwDynTo</function>.
+       See <xref linkend="sec-Dynamic-Exceptions">.</para>
+      </listitem>
+    </itemizedlist>
+  </sect2>
+
+  <sect2>
+    <title>Build system changes</title>
+  </sect2>
+
+  <sect2>
+    <title>Internal changes</title>
+  </sect2>
+
+</sect1>
+
+<!-- Emacs stuff:
+     ;;; Local Variables: ***
+     ;;; mode: sgml ***
+     ;;; sgml-parent-document: ("users_guide.sgml" "book" "chapter" "sect1") ***
+     ;;; End: ***
+ -->