Skip to content

Commit 49e92d6

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 7640506 + 2be9469 commit 49e92d6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# Change Log
2+
## 1.2.1 (2022-05-30)
3+
- Issue #84 Web3Api Token Endpoint Missing Operations
4+
```
5+
The Web3Api Token Endpoint is missing the SyncNftContract and ResyncMetadata oppperations
6+
```
7+
- Issue #87 MoralisUser Should be Fully Functional Using Default Constructor
8+
```
9+
Update MoralisObject so that MoralisUser and other objects derived from MoralisObject are
10+
fully function when an instance is created from the default constructor when in a Unity context
11+
12+
_MoralisUser user = new MoralisUser();_ now is the same as _MoralisUser user = Moralis.Create<MoralisUser>();_
13+
```
14+
- Issue #88 TaskQueue Causes Unexpected Behavior but is No Longer Needed
15+
```
16+
When _user.SignUpAsync()_ is called, if _user.LogInAsync()_ is called immediately, the login was being called before the SignUpAsync was complete.
17+
```
18+
19+
- Issue #89 Cronos Integration - Added support for Cronos chain.
220
# 1.2.0 (2022-05-20)
321
- Changed namespace from MoralisWeb3ApiSdk to MoralisUnity
422
- Changed MoralisInterface to Moralis

0 commit comments

Comments
 (0)