Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Oct 24, 2024
1 parent e4b8bfd commit 16b0ed2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
4 changes: 2 additions & 2 deletions properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ext {
xslTNGtitle = 'DocBook xslTNG'
xslTNGbaseName = 'docbook-xslTNG'
xslTNGversion = '2.3.1'
guideVersion = '2.3.1'
xslTNGversion = '2.4.0'
guideVersion = '2.4.0'
guidePrerelease = false

docbookVersion = '5.2'
Expand Down
26 changes: 22 additions & 4 deletions src/guide/xml/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ be of interest to users of the stylesheets. See the commits and pull requests on
<link xlink:href="https://github.com/docbook/xslTNG/">the repository</link> for
finer detail.</para>

<section xml:id="r231">
<section xml:id="r240">
<info>
<title>Changes in version 2.3.1</title>
<productnumber>2.3.1</productnumber>
<title>Changes in version 2.4.0</title>
<productnumber>2.4.0</productnumber>
<date>2024-10-24</date>
</info>
<itemizedlist>
Expand All @@ -34,9 +34,27 @@ I don’t imagine that was intentional, but if you use <tag>task</tag> elements
titles, make sure you’re getting the results you expect!</para>
</listitem>
</orderedlist>
<para>It’s also <emphasis>possible</emphasis> that it will have consequences in customization
<para>It’s also <emphasis>possible</emphasis> that this will have consequences in customization
layers, but I don’t think that’s the case.</para>
</listitem>
<listitem>
<para>Added a wrappar around <tag>cmdsynopsis</tag>;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/538">#538</link>.
This makes customization of command synopses more practical in CSS.
</para>
</listitem>
<listitem>
<para>In the DocBook Python script, pass the Saxon return code back to the shell;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/535">#535</link>.
Thanks, Frank!
</para>
</listitem>
<listitem>
<para>Fixed the CI build issue that was preventing the link to the most recent
version of the guide from updating correctly;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/534">#534</link>.
</para>
</listitem>
</itemizedlist>
</section>

Expand Down

0 comments on commit 16b0ed2

Please sign in to comment.