Skip to content

Commit f217003

Browse files
committed
update changelog
1 parent 97c1aab commit f217003

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
Following is change logs for recently release versions, you can refer to [releases page](https://github.com/leancloud/java-unified-sdk/releases) for more details.
44

5+
## 8.2.7 release
6+
7+
#### Break changes
8+
- None
9+
10+
#### New features
11+
- add new method: LCUser#blockFriendInBackground(String objectId);
12+
- add new method: LCUser#unblockFriendInBackground(String objectId);
13+
- add new method: LCUser#friendshipBlockQuery();
14+
- add new method: LCUser#friendshipBlockQuery(Class<T> clazz);
15+
16+
#### Optimization and fixed bugs
17+
- filter blocked user in friendship list when query friendship
18+
519
## 8.2.6 release
620

721
#### Break changes

0 commit comments

Comments
 (0)