Skip to content

Commit 1538332

Browse files
committed
typos in changelog
1 parent 47aef26 commit 1538332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/stream_feed/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## 0.3.0: 03/09/2021
22

33
- improvements:
4-
- error handling and expose exeception type
54
- docs
5+
- better error handling and expose exeception type
66
- const constructors when possible
77
- breaking: `UserClient user(String userId)` is now `StreamUser user(String userId)` for easier state management
8-
- breaking: change type of `Reaction` model field user from `Map<String,dynamic>` to `User`
8+
- breaking: change type of `Reaction` model field `user` from `Map<String,dynamic>` to `User`
99
- new: serverside methods for CRUD operations on User(getUser, createUser, updateUser, deleteUser)
1010
- new: `CancelToken`, `OnSendProgress` named parameters to support cancelling an upload and tracking its progress
1111
- new: logger options to allow choosing the Logger level
12-
- fix: missing field ownChildren in `Reaction` model
12+
- fix: missing field `ownChildren` in `Reaction` model
1313
- new: allow sending enrichment flags in `filter` mehod
1414
- new: createReactionReference
1515

0 commit comments

Comments
 (0)