Skip to content

Commit

Permalink
update preliminary release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Sep 20, 2021
1 parent c8092f7 commit 8f42e72
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 3.0-rc6 (UNRELEASED)

This is the 6th release candidate for ink! 3.0.

## Changed

- Message and constructor selectors no longer take their inputs as string but as `u32` decodable integer. For example:

- It is no longer possible to specify a selector as `#[ink(selector = "0xC0DECAFE")]`.
- The newly allowed formats are `#[ink(selector = 0xC0DECAFE)]` and `#[ink(selector = 42)]`.
- Smart contract authors are required to update their smart contracts for this change.

# Version 3.0-rc5 (2021-09-08)

This is the 5th release candidate for ink! 3.0.
Expand Down

0 comments on commit 8f42e72

Please sign in to comment.