56c2fd5d673d
beast: Update site.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 20 Jan 2017 23:42:27 +0000 |
parents | 9133e251a03d |
children | 19233527280d |
branches/tags | (none) |
files | beast/changelog/index.html |
Changes
--- a/beast/changelog/index.html Fri Jan 20 23:42:20 2017 +0000 +++ b/beast/changelog/index.html Fri Jan 20 23:42:27 2017 +0000 @@ -15,8 +15,16 @@ <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="#v110">v1.1.0</a></li> <li><a href="#v100">v1.0.0</a></li> </ul></div> +<h2 id="v110">v1.1.0</h2> +<p>Fixed a bunch of loading-related stuff to make Beast play nicer with Quicklisp's +internal loading/building process.</p> +<p>Changed an <code>etypecase</code> to a <code>ctypecase</code> in <code>define-aspect</code>'s field-cleaning +procedure. Now if you try to define an aspect with something stupid as a field +like <code>(define-aspect foo "this is not a symbol or list")</code> you'll have a restart +available to fix the problem, instead of just crashing and burning.</p> <h2 id="v100">v1.0.0</h2> <p>Initial version. It works, but changes may happen in the future.</p> </div>