cd7d9aaa9385 v1.1.0
Bump version & changelog
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 20 Jan 2017 23:42:01 +0000 |
parents | b7b83364b2ea |
children | b1e67e3dd37f |
branches/tags | v1.1.0 |
files | cl-digraph.asd docs/05-changelog.markdown |
Changes
--- a/cl-digraph.asd Fri Jan 20 23:28:16 2017 +0000 +++ b/cl-digraph.asd Fri Jan 20 23:42:01 2017 +0000 @@ -4,7 +4,7 @@ :author "Steve Losh <steve@stevelosh.com>" :license "MIT/X11" - :version "1.0.0" + :version "1.1.0" :depends-on ()
--- a/docs/05-changelog.markdown Fri Jan 20 23:28:16 2017 +0000 +++ b/docs/05-changelog.markdown Fri Jan 20 23:42:01 2017 +0000 @@ -5,6 +5,14 @@ [TOC] +v1.1.0 +------ + +Minor internal cleanup. + +If you pass an invalid `strategy` argument to `reachablep` there will now be +a restart available to supply a new value, instead of just crashing and burning. + v1.0.0 ------