Skip to content

Commit d5a20e2

Browse files
authored
Update CHANGELOG.md
1 parent 818adbb commit d5a20e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128128

129129
- `HasSqlType<T>: Database` is now `T: Type<Database>` to mirror `Encode` and `Decode`
130130

131-
- `Query::fetch` (returned from `query()`) now returns a new `Cursor` type. `Cursor` is a custom `Stream` type where the
131+
- `Query::fetch` (returned from `query()`) now returns a new `Cursor` type. `Cursor` is a Stream-like type where the
132132
item type borrows into the stream (which itself borrows from connection). This means that using `query().fetch()` you can now
133133
stream directly from the database with **zero-copy** and **zero-allocation**.
134134

0 commit comments

Comments
 (0)