Skip to content

Commit

Permalink
release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Huebner committed Aug 26, 2016
1 parent 063af2f commit 215032b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 0.2.6
2016-08-26
Merge pull request #5 from agrostis/master (Hans Hübner)
Followup to 100efc6: added documentation and tests. (Boris Smilga)
Followup to 100efc6: ignore non-newline whitespaces only, as per CLHS 22.3.9.3. (Boris Smilga)
Merge pull request #4 from agrostis/master (Hans Hübner)
Backspace + newline as an escape sequence emulating tilde + newline in CL:FORMAT. (Boris Smilga)

Version 0.2.5
2015-11-22
Fix docstring as suggested by Stas (Hans Hübner)
Expand Down Expand Up @@ -32,7 +40,7 @@ Typo fixes in doc/index.html

Version 0.1.1
2003-12-21
Fixed an embarrassing bug where COLLECTOR was re-used in read.lisp (reported by Hans H�bner)
Fixed an embarrassing bug where COLLECTOR was re-used in read.lisp (reported by Hans Hübner)
More tests, better failure reporting
Tried to increase readability of docs
Mentioned Debian and Gentoo in docs
Expand Down
2 changes: 1 addition & 1 deletion cl-interpol.asd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(in-package :cl-interpol-asd)

(defsystem :cl-interpol
:version "0.2.5"
:version "0.2.6"
:serial t
:depends-on (:cl-unicode)
:components ((:file "packages")
Expand Down

0 comments on commit 215032b

Please sign in to comment.