[Swift-commit] r2998 - trunk/docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Jul 6 12:55:28 CDT 2009
Author: benc
Date: 2009-07-06 12:55:26 -0500 (Mon, 06 Jul 2009)
New Revision: 2998
Modified:
trunk/docs/userguide.xml
Log:
add since markers to recently documented features
Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml 2009-07-03 17:31:39 UTC (rev 2997)
+++ trunk/docs/userguide.xml 2009-07-06 17:55:26 UTC (rev 2998)
@@ -802,14 +802,14 @@
At the top level of a SwiftScript program, the <literal>global</literal>
modified may be added to a declaration so that it is visible throughout
the program, rather than only at the top level of the program. This allows
-global constants (of any type) to be defined.
+global constants (of any type) to be defined. (since Swift 0.10)
</para>
</section>
<section id="imports"><title>Imports</title>
<para>
The <literal>import</literal> directive can be used to import definitions from
-another SwiftScript file.
+another SwiftScript file. (since Swift 0.10)
</para>
<para>
For example, a SwiftScript program might contain this:
@@ -1599,7 +1599,7 @@
<varlistentry><term>--condor-g</term>
<listitem>
<para>Generates sites files which will submit jobs using a local Condor-G
-installation rather than through direct GRAM2 submission.</para>
+installation rather than through direct GRAM2 submission. (since Swift 0.10)</para>
</listitem>
</varlistentry>
More information about the Swift-commit
mailing list