Skip to content

Commit

Permalink
Add missing items to 1.2.7 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Apr 12, 2020
1 parent 3684fc3 commit ea10434
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,12 @@ Released with 1.0.0-beta.37 code base.

### Added

- Add revert reason support to sendSignedTransaction
- Add revert reason support to sendSignedTransaction (#3345)
- ENS module extended with the possibility to add a custom registry (#3301)
- Missing ENS Registry methods and Resolver.supportsInterface method added (#3325)
- Add optional gas type to AbiItem typescript definitions (for ABIs generated by Vyper)
- Add görli testnet ENS registry to the known registries (#3252)
- Add auto-reconnect option for Websockets (#3092, #1085, #1391, #1558, #1852, #1646)

### Changed

Expand All @@ -154,6 +156,7 @@ Released with 1.0.0-beta.37 code base.
- Removed old bower and meteor artifacts
- Moved logo assets to own folder
- Moved github assets to own folder
- Remove @types/node from (non-dev) dependency tree (#3965, #3227)

### Fixed

Expand All @@ -163,3 +166,6 @@ Released with 1.0.0-beta.37 code base.
- Upgrade devDeps to resolve security warnings
- dtslint 0.4.2 => 3.4.1
- definitelytyped-header-parser 1.0.1 => 3.9.0
- Race-condition when subscribing to historical logs as first client request (#3389)
- Fix crash when using Web-Workers by removing any-promise dependency (#3377 #2211 #1774)
- MaxListenersExceededWarning event emitter warning mitigated (#1648)

0 comments on commit ea10434

Please sign in to comment.