From a9ed6decd04e893d932ba17cf80013c9cac7ad55 Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Mon, 19 Dec 2016 13:31:59 +0100 Subject: [PATCH] release 1.0.16 --- CHANGELOG | 6 ++++++ flexi-streams.asd | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 75a326b..97c55e9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 1.0.16 +2016-12-19 +Remove (safety 0). (Stas Boukarev) +Don't assume simple vectors in output-stream-sequence-length. (Stas Boukarev) +Produce an error when loaded on implementations without unicode. (Stas Boukarev) + Version 1.0.15 2015-07-01 Support strings as external-format name specifiers (LispAlien) diff --git a/flexi-streams.asd b/flexi-streams.asd index 0952408..0fd2b36 100644 --- a/flexi-streams.asd +++ b/flexi-streams.asd @@ -40,7 +40,7 @@ char-code-limit)) (defsystem :flexi-streams - :version "1.0.15" + :version "1.0.16" :serial t :description "Flexible bivalent streams for Common Lisp" :components ((:file "packages")