We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2466f7 commit 7eaf5bcCopy full SHA for 7eaf5bc
CHANGES.md
@@ -1,3 +1,9 @@
1
+### 0.2.4
2
+
3
+Contributions by Arnaud Geiser
4
5
+* Support custom `Thread` classes with Manifold's executor
6
7
### 0.2.3
8
9
Contributions by Matthew Davidson
README.md
@@ -11,7 +11,7 @@ A detailed discussion of Manifold's rationale can be found [here](doc/rationale.
11
12
13
```clojure
14
-[manifold "0.2.3"]
+[manifold "0.2.4"]
15
```
16
17
### Deferreds
project.clj
@@ -1,4 +1,4 @@
-(defproject manifold "0.2.3"
+(defproject manifold "0.2.4"
:description "A compatibility layer for event-driven abstractions"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
0 commit comments