Update CHANGELOG.md

Remove unnecessary clutter and redundant Add prefix in Added sections
This commit is contained in:
Patrick Auernig 2018-04-10 03:25:48 +02:00 committed by GitHub
parent 45bcbb4b71
commit 889c440112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -9,9 +9,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [0.2.3] - 2018-04-08
Thanks to the following contributors:
- [@Bond-009]
### Added
- Connection manager with reconnection
- Method to clear the current Rich Presence state
@ -33,12 +30,9 @@ Thanks to the following contributors:
## [0.2.0] - 2018-04-02
Thanks to the following contributors:
- [@Tenrys]
### Added
- Add error type
- Add Windows support ([@Tenrys]) [620e9a6][c:620e9a6]
- Error type
- Windows support ([@Tenrys]) [620e9a6][c:620e9a6]
### Changed
- Convert OpCode with `try_from` instead of `try`