(Missing Jira links in the change log)

Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/f27310bd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/f27310bd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/f27310bd

Branch: refs/heads/2.3
Commit: f27310bda21325af5f81cc0ac5f5b61564dc7886
Parents: 53da2fb
Author: ddekany <ddek...@apache.org>
Authored: Wed Sep 27 00:10:09 2017 +0200
Committer: ddekany <ddek...@apache.org>
Committed: Wed Sep 27 00:10:09 2017 +0200

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/f27310bd/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 5135257..d9d66af 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -27123,7 +27123,8 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
 
           <itemizedlist>
             <listitem>
-              <para>Added new configuration setting,
+              <para>Added new configuration setting (<link
+              
xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-48";>FREEMARKER-48</link>),
               <literal>wrap_unchecked_exceptions</literal>
               
(<literal>Configurable.setWrapUncheckedExceptions(boolean)</literal>).
               When this is <literal>true</literal>, unchecked exceptions
@@ -27180,7 +27181,9 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
               <literal>true</literal> (see that earlier), but this is more
               backward compatible, as it avoids wrapping unchecked exceptions
               that some application is likely to catch specifically (like
-              application-specific unchecked exceptions).</para>
+              application-specific unchecked exceptions). (This is related to
+              <link
+              
xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-48";>FREEMARKER-48</link>.)</para>
             </listitem>
 
             <listitem>

Reply via email to