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

Latest commit

 

History

History
26 lines (14 loc) · 643 Bytes

CHANGELOG.md

File metadata and controls

26 lines (14 loc) · 643 Bytes

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.

[1.2.0]

Added

  • implementations for solana_sdk::account::AccountSharedData

[1.1.0]

Changed

  • KeyedAccount to a type alias that uses new pub generic struct Keyed<T> so that other crates can use Keyed<T>. Keyed<T> has blanket implementations for the other traits.

Fixes

  • Documentation for KeyedAccount in README

[1.0.0] - 2023-12-11

Initial release