Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Dec 30, 2021
1 parent eb03b09 commit 4a8f95f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.20.0] - 2021-12-30

## Added

- Optional Commitment parameter to `get_signatures_for_address` ([#157](https://github.com/michaelhly/solana-py/pull/157))
- More SYSVAR constants ([#159](https://github.com/michaelhly/solana-py/pull/159))

### Changed

- Make keypair hashable and move setters out of property functions ([#158](https://github.com/michaelhly/solana-py/pull/158))

## [0.19.1] - 2021-12-21

## Added
Expand All @@ -21,8 +32,9 @@
- Always return the tx signature when sending transaction (the async method was returning signature status if we were confirming the tx)

### Changed
- Raise OnCurveException instead of generic Exception in `create_program_address` https://github.com/michaelhly/solana-py/pull/128
- Raise OnCurveException instead of generic Exception in `create_program_address`
([#128](https://github.com/michaelhly/solana-py/pull/128))

## Added
- Add `until` parameter to `get_signatures_for_address` https://github.com/michaelhly/solana-py/pull/133
- Add `until` parameter to `get_signatures_for_address` ([#133](https://github.com/michaelhly/solana-py/pull/133))
- This changelog.

0 comments on commit 4a8f95f

Please sign in to comment.