diff --git a/CHANGES.txt b/CHANGES.txt index b91792c..52adf11 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,9 @@ CHANGES +0.2.2 + +- Made pmap behave like map does when a function throws an exception + 0.2.1 - Made it work with java 1.6 diff --git a/README.md b/README.md index b1ba62a..6fd6949 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The claypoole library provides threadpool-based parallel versions of Clojure functions such as `pmap`, `future`, and `for`. Claypoole is available in the Clojars repository. Just use this leiningen -dependency: `[com.climate/claypoole "0.2.1"]`. +dependency: `[com.climate/claypoole "0.2.2"]`. ## Why do you use claypoole?