summaryrefslogtreecommitdiffstats
path: root/tokio-codec/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-codec/CHANGELOG.md')
-rw-r--r--tokio-codec/CHANGELOG.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/tokio-codec/CHANGELOG.md b/tokio-codec/CHANGELOG.md
deleted file mode 100644
index 2f0ca5f5..00000000
--- a/tokio-codec/CHANGELOG.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# 0.2.0-alpha.6 (September 30, 2019)
-
-- Move to `futures-*-preview 0.3.0-alpha.19`
-- Move to `pin-project 0.4`
-
-# 0.2.0-alpha.5 (September 19, 2019)
-
-- Track tokio release
-
-# 0.2.0-alpha.4 (August 29, 2019)
-
-- Track tokio release.
-
-# 0.2.0-alpha.3 (August 28, 2019)
-
-### Fix
-- Infinite loop in `LinesCodec` (#1489).
-
-# 0.2.0-alpha.2 (August 17, 2019)
-
-### Changed
-- Update `futures` dependency to 0.3.0-alpha.18.
-
-# 0.2.0-alpha.1 (August 8, 2019)
-
-### Changed
-- Switch to `async`, `await`, and `std::future`.
-
-# 0.1.1 (September 26, 2018)
-
-* Allow setting max line length with `LinesCodec` (#632)
-
-# 0.1.0 (June 13, 2018)
-
-* Initial release (#353)