# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.1] ### Added - Access to Pyth `Price.publish_time` - Accounts can now store complex types (lists, user-defined classes, multi-dimensional arrays, etc.) ### Fixed - Bug with unary not operator - Pyth compile error on latest version - Bug that prevented lists from being used in events - Bug that prevented users from importing accounts from other files - Conditionally generate Pyth import - Upgrade to Pyth 0.8.0 to fix dependencies - Compatibility with `anchor-lang 0.29.0` ## [0.1.0] - Forked from original repository and published