Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

21 lines (14 loc) · 2.03 KB

0.4.0 (2024-05-28)

Breaking Changes

  • Removed the payer account from thaw/burn mint account instructions (28761be)
  • Removed the neccesity of rent account for program instructions (d657ff)
  • Added payment_mint for distribution program's update and claim instructions (e6b45cb)
  • Payment Mint token accounts are now optional if the payment mint is SOL (Pubkey::default) (8779bc5)

Bug Fixes

  • add yarn lock (b8fa0b6)
  • Remove mutable requirement over mint and authority accounts for wen new standard program instructions (27e6390)

Features

  • added a test sale program demoing wen-distribution-program features with tests (25772a0)
  • complete implementing remove mint from group (cc42ff6)
  • use conventional-changelog to keep a change log between releases. resolves #73 (e73ba50)
  • use kinobi to generate js and rust sdks (#86) (27e97a3)