summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-02-28 13:51:24 -0800
committerGitHub <noreply@github.com>2020-02-28 13:51:24 -0800
commitecc23c084a64188e272e2c1e9e370189358a088b (patch)
tree77890c99825b361d1a5b902463378c51291b9aab /tokio/CHANGELOG.md
parent937ae11f37b0acf6cff9f5808b050f5b8c6ec976 (diff)
chore: prepare v0.2.13 release (#2282)
Includes a quick bug fix
Diffstat (limited to 'tokio/CHANGELOG.md')
-rw-r--r--tokio/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md
index ed785082..b1f4cf26 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.2.13 (February 28, 2019)
+
+### Fixes
+- macros: unresolved import in `pin!` (#2281).
+
# 0.2.12 (February 27, 2019)
### Fixes