summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-threadpool/CHANGELOG.md')
-rw-r--r--tokio-threadpool/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/tokio-threadpool/CHANGELOG.md b/tokio-threadpool/CHANGELOG.md
index 72cd1c69..4ad42f52 100644
--- a/tokio-threadpool/CHANGELOG.md
+++ b/tokio-threadpool/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 0.1.12 (March 1, 2019)
+
+### Fixed
+- Documentation typos (#915).
+
+### Changed
+- Update crossbeam dependencies (#874).
+
# 0.1.11 (January 24, 2019)
### Fixed