Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1.87 KB

Changelog

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

The format is based on Common Changelog.

1.1.0 - 2023-10-19

Changed

  • Breaking: Remove ability to cancel for recipients (#710)
  • Move isWarm and isCold to SablierV2Lockup (#664)
  • Replace the streamed amount with the deposit amount in the NFT descriptor (#692)
  • Simplify renounce and withdraw implementations (#683, #705)
  • Upgrade Solidity to 0.8.21 (#688)

Added

  • Add ERC-4906 metadata update in transferFrom (#686)
  • Add transferable boolean flag (#668)

Removed

  • Remove @openzeppelin/contracts from Node.js peer dependencies (#694)

1.0.2 - 2023-08-14

Changed

  • Update @prb/math import paths to contain src/ (#648)

1.0.1 - 2023-07-13

Changed

  • Optimize use of variables in tokenURI (#617)

Fixed

  • Fix data URI scheme in tokenURI (#617)

1.0.0 - 2023-07-07

Added

  • Initial release