summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-01-07 14:29:44 -0800
committerGitHub <noreply@github.com>2020-01-07 14:29:44 -0800
commit7fb54315f1e1b12fc94558ada85ed521aea3ae77 (patch)
tree465a3a0942089483642c3b7195cb4db777b8a198 /tokio/CHANGELOG.md
parentffd4025fce3c2fc44c0a91e38823a21d76bb6711 (diff)
macros: fix breaking changes (#2069)
Brings back old macro implementations and updates the version of tokio-macros that tokio depends on. Prepares a new release.
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 27a70317..00498b7a 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.2.8 (January 8, 2019)
+
+### Fixes
+- depend on new version of `tokio-macros`.
+
# 0.2.7 (January 7, 2019)
### Fixes