diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | cl-who.asd | 2 | ||||
-rw-r--r-- | doc/index.html | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Version 1.1.3 +2013-11-16 +Add type check to guard against invalid stream argument (Stas Boukarev) + Version 1.1.2 2013-11-16 Missing comma in macro expansion (Jeff Cunningham) @@ -29,7 +29,7 @@ (asdf:defsystem :cl-who :description "(X)HTML generation macros" - :version "1.1.2" + :version "1.1.3" :serial t :components ((:file "packages") (:file "specials") diff --git a/doc/index.html b/doc/index.html index 5874bca..97fcb40 100644 --- a/doc/index.html +++ b/doc/index.html @@ -254,7 +254,7 @@ together with the Lisp code generated by CL-WHO and the resulting HTML output. CL-WHO together with this documentation can be downloaded from <a href="http://weitz.de/files/cl-who.tar.gz">http://weitz.de/files/cl-who.tar.gz</a>. The -current version is 1.1.2. +current version is 1.1.3. <p> The preferred method to fetch, compile and load CL-WHO is via <a href="http://beta.quicklisp.org/">Quicklisp</a>. Install Quicklisp, then run |