Skip to content

Commit

Permalink
Fixed changelog for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jan 19, 2022
1 parent 028f1e6 commit 0806701
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Expand Up @@ -7,23 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

#### Breaking Changes

* Fixed [`Producer`](https://github.com/eoscanada/eos-go/blob/2a749436dd9f3e993fd9262fc5c1e28255625994/responses.go#L451) to use more standard `eos-go` types.
* Fixed [ProducersResp](https://github.com/eoscanada/eos-go/blob/2a749436dd9f3e993fd9262fc5c1e28255625994/responses.go#L462) to fit with actual EOSIO API.

#### Added

* Add EOSIO Testnet symbol (#165)
* Update ActionResp (#166)

#### Changed

#### Fixed

* Bugfix StringToSymbol (44b6fbd)
* Fixed built-in examples (pointing by default to EOS Nation API nodes) (36114bd)

#### Deprecated

### [**0.10.2**](https://github.com/eoscanada/eos-go/releases/tag/v0.10.2) (January 19th, 2022)

#### Changed

* Changed ABI encoder `varuint32` to re-use existing encoder.

#### Fixed

* Fixed ABI encoder `varint32` types.

### [**0.10.1**](https://github.com/eoscanada/eos-go/releases/tag/v0.10.1) (January 19th, 2022)

#### Breaking Changes
Expand Down

0 comments on commit 0806701

Please sign in to comment.