Skip to content

Commit 16348f6

Browse files
Refactor CHANGELOG to remove duplicates and update format
Removed duplicate entries in the Features, Bug Fixes, and Performance Improvements sections. Updated the CHANGELOG format and removed outdated notes.
1 parent ed3834b commit 16348f6

1 file changed

Lines changed: 7 additions & 38 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,17 @@
55

66
### Features
77

8-
* add getters to txn with meta ([48d196b](https://github.com/solana-foundation/solana-go/commit/48d196b47f79212bd4e97fb61d35b0482b5ef8e9))
9-
* add token-2022 extensions ([04dfc79](https://github.com/solana-foundation/solana-go/commit/04dfc794b4061522954fa3f10f5bfad2ff982728))
10-
* add token-2022 extensions ([db2fdaa](https://github.com/solana-foundation/solana-go/commit/db2fdaa42ed9062d23eb51ae278856197fb66633))
11-
* stake state types & ext tests ([6325515](https://github.com/solana-foundation/solana-go/commit/6325515ae6686d10351a1649e3b46951811e1fbe))
12-
* stake state types & ext tests ([ea77e31](https://github.com/solana-foundation/solana-go/commit/ea77e318bb8158f391b349dd6c736fc457dbda46))
13-
* vote program complete ([173d7f4](https://github.com/solana-foundation/solana-go/commit/173d7f4059fd12e5d747d5b0ffea7850211086a2))
14-
* vote program complete ([dcff584](https://github.com/solana-foundation/solana-go/commit/dcff5845b15ca32c90a9b4336e8a902917132854))
15-
8+
* add getters to txn with meta
9+
* add token-2022 extensions
10+
* stake state types & ext tests
11+
* vote program complete
1612

1713
### Bug Fixes
1814

19-
* allign rpc client with agave ([49bc8d6](https://github.com/solana-foundation/solana-go/commit/49bc8d6c44e53b9ab8710c8c333e479514678e40))
20-
* allign rpc client with agave ([c985b99](https://github.com/solana-foundation/solana-go/commit/c985b99fd333a46eaacd8b5dfab2db697bdab54c))
21-
* memo program parity ([f832bd8](https://github.com/solana-foundation/solana-go/commit/f832bd84b73eb5a3f2222072d45a8d8c5efeac56))
22-
* memo program parity ([7550777](https://github.com/solana-foundation/solana-go/commit/755077780d34ed78d3a8c00a9e7d54542e66d051))
23-
15+
* allign rpc client with agave
16+
* memo program parity
2417

2518
### Performance Improvements
2619

27-
* **message:** eliminate complex scans, struct copies, and redundant allocs ([aea7d1f](https://github.com/solana-foundation/solana-go/commit/aea7d1f61da18b240d741fb003e83182c968e701))
28-
* **message:** eliminate complex scans, struct copies, and redundant allocs ([adbb10e](https://github.com/solana-foundation/solana-go/commit/adbb10e200c3979dafdee38fb2e13dbe356ab58d))
29-
30-
## Change log
31-
32-
The format is based on
33-
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
34-
project adheres to
35-
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). See
36-
[MAINTAINERS.md](./MAINTAINERS.md) for instructions to keep up to
37-
date.
38-
39-
```
40-
⚠️ solana-go works using SemVer but in 0 version, which means that the 'minor' will be changed when some broken changes are introduced into the application, and the 'patch' will be changed when a new feature with new changes is added or for bug fixing. As soon as v1.0.0 be released, solana-go will start to use SemVer as usual.
41-
```
42-
43-
## [v0.1.0] 2020-11-09
44-
45-
First release
46-
47-
## Includes the following features:
20+
* **message:** eliminate complex scans, struct copies, and redundant allocs
4821

49-
* Get basic information from the chain about accounts, balances, etc.
50-
* Issue SOL native token transfer
51-
* Issue SPL token transfers
52-
* Get Project SERUM markets list and live market data

0 commit comments

Comments
 (0)