aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-06-21 17:08:36 +0000
committerDavid LeGare <legare@google.com>2022-06-21 17:08:36 +0000
commitcc30cebdc1168746705a5f49932b24cc127a86e5 (patch)
treebcb37cadef5cb9b6781173d5de811dd4f3e4f475 /CHANGELOG.md
parentb7bf879bf0f4406e3a5965fed17183f265ba9e73 (diff)
downloadasync-stream-cc30cebdc1168746705a5f49932b24cc127a86e5.tar.gz
Upgrade rust/crates/async-stream to 0.3.3
Test: make Change-Id: I024a88b6bfa03cf5f34e97de3d8f3f5a33c62be3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd7f60f..8e5afdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.3.3
+
+* Fix a bug where `yield` and `?` cannot be used on the same line (#66)
+
# 0.3.2
* Expand `yield` in internal macro calls (#57)