Skip to content

Commit 7c6185f

Browse files
committed
docs: update changelog
1 parent ca24b33 commit 7c6185f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
### Unreleased
88

9-
## [0.4.12]
9+
## [0.4.16]
10+
### Changed
11+
- Docs: update changelog [#65](https://github.com/se3000/ruby-eth/pull/65)
12+
- Gems: bump version to 0.4.16 [#65](https://github.com/se3000/ruby-eth/pull/65)
13+
- License: update copyright notice [#64](https://github.com/se3000/ruby-eth/pull/64)
14+
- Docs: add badges to readme [#64](https://github.com/se3000/ruby-eth/pull/64)
15+
- Git: deprecating master [#63](https://github.com/se3000/ruby-eth/pull/63)
16+
- CI: replace travis with github actions [#62](https://github.com/se3000/ruby-eth/pull/62)
17+
- Gems: replace digest-sha3-patched with keccak [#58](https://github.com/se3000/ruby-eth/pull/58)
1018

19+
## [0.4.13], [0.4.14], [0.4.15]
20+
_Released as [`eth-patched`](https://github.com/q9f/ruby-eth) from a different source tree._
21+
22+
## [0.4.12]
1123
### Changed
1224
- Bump rake version because of security vulnerability
1325

1426
## [0.4.11]
15-
1627
### Added
1728
- Support for recovering signatures with a V value below 27 (like from Ledger hardware wallets)
1829

1930
## [0.4.10]
20-
2131
### Changed
2232
- Use updated sha3 dependency
2333
- Improved OpenSSL support
@@ -26,46 +36,38 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2636
- Changed Eth::Configuration.default_chain_id back to .chain_id for dependent libraries.
2737

2838
## [0.4.9]
29-
3039
### Changed
3140
- [escoffon](https://github.com/escoffon) added support for chain IDs larger than 120.
3241

3342
## [0.4.8]
34-
3543
### Added
3644
- [@buhrmi](https://github.com/buhrmi) added Eth::Key#personal_sign.
3745
- [@buhrmi](https://github.com/buhrmi) added Eth::Key#personal_recover.
3846

3947
## [0.4.7]
40-
4148
### Changed
4249
- Updated MoneyTree dependency.
4350

4451
## [0.4.6]
45-
4652
### Added
4753
- Support scrypt private key decryption
4854

4955
## [0.4.5]
50-
5156
### Changed
5257
- Further improve Open SSL configurability
5358

5459
## [0.4.4]
55-
5660
### Changed
5761
- Support old versions of SSL to help avoid preious breaking changes
5862

5963
## [0.4.3]
60-
6164
### Added
6265
- Eth::Key::Encrypter class to handle encrypting keys.
6366
- Eth::Key.encrypt as a nice wrapper around Encrypter class.
6467
- Eth::Key::Decrypter class to handle encrypting keys.
6568
- Eth::Key.decrypt as a nice wrapper around Decrypter class.
6669

6770
## [0.4.2]
68-
6971
### Added
7072
- Address#valid? to validate EIP55 checksums.
7173
- Address#checksummed to generate EIP55 checksums.
@@ -77,12 +79,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7779

7880

7981
## [0.4.1]
80-
8182
### Changed
8283
- Tx#hash includes the '0x' hex prefix.
8384

8485
## [0.4.0]
85-
8686
### Added
8787
- Tx#data_bin returns the data field of a transaction in binary.
8888
- Tx#data_hex returns the data field of a transaction as a hexadecimal string.

0 commit comments

Comments
 (0)