# HG changeset patch # User Steve Losh # Date 1484955747 0 # Node ID 56c2fd5d673d068a88c14e70ef524d874a1af160 # Parent 9133e251a03d604a07aa8bc5692e417817281258 beast: Update site. diff -r 9133e251a03d -r 56c2fd5d673d beast/changelog/index.html --- 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 @@

Changelog

Here's the list of changes in each released version.

+

v1.1.0

+

Fixed a bunch of loading-related stuff to make Beast play nicer with Quicklisp's +internal loading/building process.

+

Changed an etypecase to a ctypecase in define-aspect's field-cleaning +procedure. Now if you try to define an aspect with something stupid as a field +like (define-aspect foo "this is not a symbol or list") you'll have a restart +available to fix the problem, instead of just crashing and burning.

v1.0.0

Initial version. It works, but changes may happen in the future.