Skip to content

Commit

Permalink
Changelog 0.3.17 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kchojn authored Jul 18, 2022
1 parent 874d1c3 commit d3ffd40
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.3.17 - 2022-07-18

### Changed
- Refactored/split `utils` code [#156](https://github.com/EthTx/ethtx/pull/156)
- Refactored `SignatureProvider` [#156](https://github.com/EthTx/ethtx/pull/156)
- Removed `@cache` from signature Cursor object [#156](https://github.com/EthTx/ethtx/pull/156)
- Updated logging [#156](https://github.com/EthTx/ethtx/pull/156)

### Fixed
- Updated `requests-cache` version. Pipenv could not handle the bad dependencies in this
package [#157](https://github.com/EthTx/ethtx/pull/157)
- Fixed guessing function (problem with writing to and reading from the
base) [#156](https://github.com/EthTx/ethtx/pull/156)


## 0.3.16 - 2022-05-26

### Changed
Expand Down

0 comments on commit d3ffd40

Please sign in to comment.