Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion reference/xmlreader/xmlreader.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: takagi Status: ready -->
<!-- EN-Revision: 66eeca1e7e130615865b8badbd67c5171bf60c9a Maintainer: takagi Status: ready -->
<reference xml:id="class.xmlreader" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>XMLReader クラス</title>
<titleabbrev>XMLReader</titleabbrev>
Expand Down Expand Up @@ -521,6 +521,29 @@
</variablelist>
</section>
</section>

<section role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
クラス定数が型付けされました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>

<!-- }}} -->
</partintro>

Expand Down