Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

59 lines (31 loc) · 1.42 KB

Changelog

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

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

Unreleased Changes

[2.0.5] - 2022-07-08

Features

  • Support Anchor v0.25

[2.0.4] - 2022-04-27

Features

  • Add now() and now_i64() time helpers.

[2.0.3] - 2022-04-14

Features

  • Support Anchor v0.24

[2.0.2] - 2022-03-21

Features

  • Support Anchor v0.23 #41

[2.0.1] - 2022-02-27

Features

  • Adds the unwrap_bump! macro, which extracts the bump from the instruction Context (#36).

[2.0.0] - 2022-02-21

Features

  • Adds CmpError, which allows comparing errors (#33).

Breaking

  • Make spl-associated-token-account an optional dependency (#32).
  • Remove support for Anchor versions older than 0.22 (#33).

[1.6.0] - 2022-02-14

Fixes

  • Support Anchor 0.21.x by adding AsKeyRef (#31).

Features

  • Adds the AsKeyRef trait, which allows reading the &Pubkey of any account or Pubkey. (#31)