Skip to content

Commit 8e4ca87

Browse files
author
Brian Faust
committed
chore: 0.2.0 changelog
Signed-off-by: Brian Faust <[email protected]>
1 parent 219a0a9 commit 8e4ca87

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
composer.lock
22
phpunit.xml
33
vendor
4+
clover.xml

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## 0.2.0 - 2018-07-18
11+
12+
Several files and folders have been moved around for guideline compliance - see the [diff](https://github.com/ArkEcosystem/php-crypto/compare/0.1.0...0.2.0) for more details
13+
14+
### Fixed
15+
- Multi Payment Serialisation & Deserialisation
16+
17+
### Added
18+
- Slot helper
19+
- Validate PublicKey
20+
- Get Public Key from Hex
21+
- Get Private Key from Hex
22+
- Get Private Key from WIF
23+
- Transaction to Array
24+
- Transaction to JSON
25+
26+
## Changed
27+
- Upgraded `bitwasp/bitcoin` to `0.0.35`
28+
29+
### Removed
30+
- Dropped `nethash` from networks as it was not used
31+
1032
## 0.1.0 - 2018-07-02
1133
- Initial Release

0 commit comments

Comments
 (0)