Skip to content

Commit

Permalink
chore: Update changelog for 0.6.0
Browse files Browse the repository at this point in the history
Add entry for PR #5. Not sure if entirely accurate, but it mentions
there are a few breaking API changes.

Signed-off-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
  • Loading branch information
bjorn committed Nov 3, 2023
1 parent 2ea0025 commit 3b6897d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ 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).

## [Unreleased]
### Added

## [0.6.0] - 2023-11-03
### Added
- Add tests for `BeginSponsoringFutureReservesOperation`
- Add `ChangeTrustAsset`
- Add `ClawbackOperation`
Expand Down Expand Up @@ -36,16 +37,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `InnerTransactionResult::FeeBumpInnerFailed`

### Changed

- BREAKING: Use `ChangeTrustAsset` for `ChangeTrust` operation
- BREAKING: Use `TrustLineAsset` instead of `Asset` in `LedgerKey::Trustline`
- BREAKING: Update `xdr_generated.rs` from the current stellar X files.
- BREAKING: Use traits from the `ed25519` crate to allow using any ed25519
backend (libsodium, dalek, etc or even a custom signing implementation). The
use of sodiumoxide is now behind the feature `sodium_oxide`, which is enabled
by default.
- Update dependency's versions

### Fixed

- Fix `ChangeTrustOperationBuilder` to allow explicitly passing limit 0.


## [0.5.0] - 2021-01-15
### Added
- Add support for CAP-0023.
Expand Down

0 comments on commit 3b6897d

Please sign in to comment.