Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 769 Bytes

RELEASE-NOTES.md

File metadata and controls

25 lines (13 loc) · 769 Bytes

Release Notes

Version 1.0.2 - 2018-05-04

  • Updated to use assembly instead of address.call() syntax. Thanks to ethers for the suggestion. For more info about the problems with address.call() see here.

  • Fix indentation mismatch.

Version 1.0.1 - 2018-05-04

  • Update to work with latest Solidity and Truffle version. By grempe

  • Add RELEASE-NOTES

Version 1.0.0 - 2017-03 to 2017-11

  • Initial implementation

  • Tweaks by naterush

  • Informal review and fixes by maurelian

  • Replace sha3 with keccak256 by ethers

  • Add MIT license