Skip to content

Commit 9c11f40

Browse files
committed
version 2.8.4
1 parent 0c11f27 commit 9c11f40

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
lparallel Changes
33
=================
4+
= 2.8.4
5+
6+
* fix compilation error in lparallel-test with recent sbcl
47

58
= 2.8.3
69

lparallel.asd

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
(pushnew :lparallel.without-kill *features*))
5555

5656
(defsystem :lparallel
57-
:version "2.8.3"
57+
:version "2.8.4"
5858
:description "Parallelism for Common Lisp"
5959
:long-description
6060
"

0 commit comments

Comments
 (0)