--- 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>