add changelog file and redirect

This commit is contained in:
conrad
2022-03-10 00:57:21 +10:00
parent 8dafeb0fac
commit 0511bcdea6
+4 -4
View File
@@ -178,7 +178,7 @@ If you discover any bugs or regressions, please <a href="http://arma.sourceforge
</li>
<br>
<li>
History of <a href="#api_additions">API additions</a>
History of <a href="#changelog">API additions</a>
</li>
</ul>
</td>
@@ -552,7 +552,7 @@ Conrad Sanderson and Ryan Curtin.
<tr><td><a href="#syntax">Matlab/Armadillo&nbsp;syntax&nbsp;differences</a></td><td>&nbsp;</td><td>examples of Matlab syntax and conceptually corresponding Armadillo syntax</td></tr>
<tr style="background-color: #F5F5F5;"><td><a href="#example_prog">example&nbsp;program</a></td><td>&nbsp;</td><td>short example program</td></tr>
<tr style="background-color: #F5F5F5;"><td><a href="#config_hpp">config.hpp</a></td><td>&nbsp;</td><td>configuration options</td></tr>
<tr style="background-color: #F5F5F5;"><td><a href="#api_additions">API&nbsp;additions</a></td><td>&nbsp;</td><td>API stability and list of API additions</td></tr>
<tr style="background-color: #F5F5F5;"><td><a href="#changelog">API&nbsp;additions</a></td><td>&nbsp;</td><td>API stability and list of API additions</td></tr>
<!--<tr><td><a href="#log_add">log_add</a></td><td>&nbsp;</td><td>TODO</td></tr>-->
<!--<tr><td><a href="#catching_exceptions">catching exceptions</a></td><td>&nbsp;</td><td>TODO</td></tr>-->
</tbody>
@@ -19307,7 +19307,7 @@ See also:
<div class="pagebreak"></div><div class="noprint"><hr class="greyline"><br></div>
<a name="api_additions"></a>
<a name="api_changes"></a>
<a name="changelog"></a>
<b>History of API Additions, Changes and Deprecations</b>
<br>
<ul>
@@ -19374,7 +19374,7 @@ List of additions and changes for each version:
<li>Version 11.0:
<ul>
<li>added variants of <a href="#inv">inv()</a> and <a href="#inv_sympd">inv_sympd()</a> that provide rcond (reciprocal condition number)</li>
<li>faster handling of diagonal matrices by <a href="#rcond">rcond()</a></li>
<li>faster handling of diagonal matrices by <a href="#rcond">rcond()</a></li>
<li>removed support for ATLAS</li>
</ul>
</li>