Skip to content

Commit

Permalink
Changelog for sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jun 2, 2021
1 parent 51d6bb8 commit 8a4a973
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 4 additions & 6 deletions changelog/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

All notable changes to the contracts will be documented in this file.

## 2021-31-05
## 2021-02-06

**Version 6** is scheduled for upgrade.
**Version 5.1** is scheduled for upgrade.

### Added

- `MintNFT`, `WithdrawNFT` operations, which enable native NFT support. More on the NFT structure can be read
[here](https://zksync.io/dev/nfts.html).
- `Swap` operation, which depending on the implementation may serve either order book or atomic swaps functionality. You
can read more [here](https://zksync.io/dev/swaps.html).
- `MintNFT`, `WithdrawNFT` operations, which enable native NFT support.
- `Swap` operation, which depending on the implementation may serve either order book or atomic swaps functionality.
- The security council, which is able to shorten the upgrade notice period. More on that
[here](https://medium.com/matter-labs/keeping-funds-safe-a-3-factor-approach-to-security-in-zksync-2-0-a70b0f53f360).
- `RegeneisMultisig.sol` to handle submissions of the new root hash by the security council during the upgrade.
Expand Down
9 changes: 5 additions & 4 deletions changelog/js-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

All notable changes to `zksync.js` will be documented in this file.

## Unreleased
## Version 0.11.0

### Added

### Changed
- Methods for working with NFTs. You can read more [here](https://zksync.io/dev/nfts.html).
- Methods for working with atomic swaps/limit orders. You can read more [here](https://zksync.io/dev/swaps.html).

### Deprecated
### Changed

### Fixed
- `zksync-crypto` to support atomic swaps/limit orders functionality.

## Version 0.10.9 (13.04.2021)

Expand Down

0 comments on commit 8a4a973

Please sign in to comment.