# HG changeset patch # User Steve Losh # Date 1484955523 0 # Node ID be417a5dcc549d0e03abed2ab3dce04aafd639a3 # Parent 0808ad46f57d8aeccf834ff08c5b3bf2a4825fde Bump version & changelog diff -r 0808ad46f57d -r be417a5dcc54 beast.asd --- a/beast.asd Fri Jan 20 23:35:02 2017 +0000 +++ b/beast.asd Fri Jan 20 23:38:43 2017 +0000 @@ -4,7 +4,7 @@ :author "Steve Losh " :license "MIT/X11" - :version "1.0.0" + :version "1.1.0" :depends-on () diff -r 0808ad46f57d -r be417a5dcc54 docs/04-changelog.markdown --- a/docs/04-changelog.markdown Fri Jan 20 23:35:02 2017 +0000 +++ b/docs/04-changelog.markdown Fri Jan 20 23:38:43 2017 +0000 @@ -5,6 +5,17 @@ [TOC] +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 ------