Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 565 Bytes

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 565 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.

[Unreleased]

2.0.0

Changed

  • Bump cosmwasm-std to version ^2

[0.8.0] - 2023-10-13

Added

  • Randomness simulator. This feature is a predictable randomness meant for testing, not for production
  • select_from_weighted - support more types for the weight

Changed

  • Improved documentation