summaryrefslogtreecommitdiffstats
path: root/tokio-tls/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-tls/CHANGELOG.md')
-rw-r--r--tokio-tls/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tokio-tls/CHANGELOG.md b/tokio-tls/CHANGELOG.md
index 0cb88e56..e285fcfd 100644
--- a/tokio-tls/CHANGELOG.md
+++ b/tokio-tls/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.3.0-alpha.5 (September 19, 2019)
+
+### Added
+- `TlsStream::get_ref` and `TlsStream::get_mut` (#1537).
+
# 0.3.0-alpha.4 (August 30, 2019)
### Changed