Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 1.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Common Changelog, and this project adheres to Semantic Versioning.

4.1.1 - 2022-04-06

Fixed

  • Implement the constructor in the NonStandardERC20 contract (@paulrberg)

4.1.0 - 2022-04-06

Added

  • Add burn and mint methods in the NonStandardERC20 contract (@paulrberg)
  • Add a new contract ERC20GodMode that replicates GodModeERC20 (@paulrberg)

4.0.0 - 2022-04-04

Changed

  • Refactor the Erc prefix into ERC in all ERC-20 references (#25) (@paulrberg)

Removed

  • The Admin and IAdmin contracts and their related bindings (@paulrberg)

3.9.0 - 2022-04-03

Changed

  • Define the custom errors in the smart contract interface files (@paulrberg)

3.8.1 - 2022-03-11

Fixed

  • Include CHANGELOG, LICENSE and README in the package shipped to npm (@paulrberg)

3.8.0 - 2022-03-08

Changed

  • Change the package name from @paulrberg/contracts to @prb/contracts (@paulrberg)
  • Switch from prb-math package to @prb/math (@paulrberg)
  • Update links in README and package.json files (@paulrberg)

Fixed

  • Fix the EIP-2612 permit typehash (#24) (@surbhiaudichya)