# Changes
## 1.1.0
* [New constructor for specifying thread names for a thread pool](https://github.com/frewsxcv/rust-threadpool/pull/28)
## 1.0.2
* [Use atomic counters](https://github.com/frewsxcv/rust-threadpool/pull/25)
## 1.0.1
* [Switch active_count from Mutex to RwLock for more performance](https://github.com/frewsxcv/rust-threadpool/pull/23)