adopt/changelog/index.html @ 0f6bab39c0f4 default tip

adopt: Update site.
author Steve Losh <steve@stevelosh.com>
date Thu, 13 Jun 2024 13:05:28 -0400
parents 7af6d40d8264
children (none)
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Changelog / Adopt</title>
        <link rel="stylesheet" href="../_dmedia/tango.css">
        <link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less">
        <script src="../_dmedia/less.js" type="text/javascript">
        </script>
    </head>
    <body class="content">
        <div class="wrap">
            <header><h1><a href="..">Adopt</a></h1></header>
                <div class="markdown">
<h1 id="changelog"><a href="">Changelog</a></h1>
<p>Here's the list of changes in each released version.</p>
<div class="toc">
<ul>
<li><a href="#130">1.3.0</a></li>
<li><a href="#120">1.2.0</a></li>
<li><a href="#111">1.1.1</a></li>
<li><a href="#110">1.1.0</a></li>
<li><a href="#101">1.0.1</a></li>
<li><a href="#100">1.0.0</a></li>
</ul>
</div>
<h2 id="130">1.3.0</h2>
<p>Add ECL support to <code>exit</code> (thanks Dmitry Solomennnikov).</p>
<h2 id="120">1.2.0</h2>
<p>Add Lispworks support to <code>argv</code> and <code>exit</code>.</p>
<h2 id="111">1.1.1</h2>
<p>Fix <code>parse-options-or-exit</code> to pass along arguments properly.</p>
<h2 id="110">1.1.0</h2>
<p>Added <code>make-boolean-options</code> and <code>defparameters</code> for convenience.</p>
<h2 id="101">1.0.1</h2>
<p>Fixed a bug in <code>parse-options-or-exit</code>.</p>
<h2 id="100">1.0.0</h2>
<p>Initial release.</p>
                </div>
            <footer><p><i>Made with Lisp and love by <a href="http://stevelosh.com/">Steve Losh</a>.</i></p></footer>
        </div>
    </body>
</html>