Skip to content

Commit

Permalink
Updated to latest revision
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Apr 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 210d2a0 commit a2a7abc
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,15 @@

# RP2 Change Log

## 0.6.10
* Add support for Spain (#187)
* Kraken pair converter can now handle the new unified CSV format (#223)
* Fixed pricing bug when using default exchange (#207)
* Added access keys for Exchangerates.host (#212)
* Added Binance dividends (#188) and fiat data pull (#186)
* Added progress bar when resolving transactions (#153)
* misc bug fixes (#146, #198, #207) and internal features (#196, #213, #215)

## 0.6.9
* new Dijkstra-based pair converter implementation (#142)
* added Coinbase Pro-based CCXT pair converter (#150)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ install_requires =
python-dateutil>=2.8.2
pytz>=2021.3
requests>=2.26.0
rp2>=1.5.0
rp2>=1.5.1
vcrpy==4.4.0

[options.extras_require]

0 comments on commit a2a7abc

Please sign in to comment.