Skip to content

Commit 7ed2037

Browse files
committed
Update collection format docs to include Delphi 12
Fixes #26 Documented addition of Delphi 12 to list of supported compilers using key name "Delphi12A".
1 parent a437d10 commit 7ed2037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/collection-format.html

+2
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ <h2 id="category-ini">
202202
Delphi103R=&lt;&quot;Y&quot;|&quot;N&quot;|&quot;Q&quot;|&quot;W&quot;&gt; [~>2.2]
203203
Delphi104S=&lt;&quot;Y&quot;|&quot;N&quot;|&quot;Q&quot;|&quot;W&quot;&gt; [~>2.2]
204204
Delphi11A=&lt;&quot;Y&quot;|&quot;N&quot;|&quot;Q&quot;|&quot;W&quot;&gt; [~>2.2]
205+
Delphi12A=&lt;&quot;Y&quot;|&quot;N&quot;|&quot;Q&quot;|&quot;W&quot;&gt; [~>2.2]
205206
FPC=&lt;&quot;Y&quot;|&quot;N&quot;|&quot;Q&quot;|&quot;W&quot;&gt;
206207
Kind=&lt;&quot;freeform&quot;|&quot;routine&quot;|&quot;type&quot;|&quot;const&quot;|&quot;class&quot;|&quot;unit&quot;&gt;
207208
TestInfo=&lt;&quot;none&quot;|&quot;basic&quot;|&quot;advanced&quot;&gt;
@@ -406,6 +407,7 @@ <h2 id="category-ini">
406407
<li><code class="key">Delphi103R</code> – Delphi 10.3 Rio compiler <strong>[~>2.2]</strong></li>
407408
<li><code class="key">Delphi104S</code> – Delphi 10.4 Sydney compiler <strong>[~>2.2]</strong></li>
408409
<li><code class="key">Delphi11A</code> – Delphi 11.x Alexandria compiler <strong>[~>2.2]</strong></li>
410+
<li><code class="key">Delphi12A</code> – Delphi 12.x Athens compiler <strong>[~>2.2]</strong></li>
409411
<li><code class="key">FPC</code> – Free Pascal compiler</li>
410412
</ul>
411413
<p>

0 commit comments

Comments
 (0)