diff --git a/CHANGELOG b/CHANGELOG index a7cfee4..8bfc9bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 2.0.10 +2015-05-28 +Add :author/:license/:description fields to .asd files (Hans Huebner) +Move inlined definitions before they are used. (Stas Boukarev) + Version 2.0.9 2014-11-28 Merge branch 'master' of github.com:edicl/cl-ppcre (Hans Huebner) diff --git a/cl-ppcre.asd b/cl-ppcre.asd index 8e12ec7..eacaab2 100644 --- a/cl-ppcre.asd +++ b/cl-ppcre.asd @@ -37,7 +37,7 @@ (in-package :cl-ppcre-asd) (defsystem :cl-ppcre - :version "2.0.9" + :version "2.0.10" :description "Perl-compatible regular expression library" :author "Dr. Edi Weitz" :license "BSD"