Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Nov 6, 2017
1 parent 4e382ff commit 613bffd
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,36 @@
# Сhangelog

## Version 1.10.1 2017-11-06

- Fixed YoBit `create_order()`, [#465](https://github.com/ccxt-dev/ccxt/issues/465)
- Fixed Poloniex in Python async, [#461](https://github.com/ccxt-dev/ccxt/issues/461)
- Fixed HitBTC createOrder in Python async, [#460](https://github.com/ccxt-dev/ccxt/issues/460)
- Fixed BCH withdrawals with Bitfinex, [#457](https://github.com/ccxt-dev/ccxt/issues/457)
- Fixed USD/USDT withdrawals with Bitfinex, [#456](https://github.com/ccxt-dev/ccxt/issues/456)
- Added throttle() to Python asyncio, [#297](https://github.com/ccxt-dev/ccxt/issues/297), [#373](https://github.com/ccxt-dev/ccxt/pull/373)
- Split the sources into multiple files, [#233](https://github.com/ccxt-dev/ccxt/issues/233)
- Fixed BCH vs BCC on HitBTC, [#447](https://github.com/ccxt-dev/ccxt/issues/447)
- Fixed the build sequence for Windows, [#445](https://github.com/ccxt-dev/ccxt/issues/445)
- Fixed Huobi `fetchBalance()` and `createOrder()`, [#444](https://github.com/ccxt-dev/ccxt/issues/444)
- Fixed UTF-8 decoding error in Bitfinex, [#441](https://github.com/ccxt-dev/ccxt/issues/441)
- Fixed Gemini `createrder()`, [#436](https://github.com/ccxt-dev/ccxt/issues/436)
- Fixed OKCoinUSD `fetchTrades()` ids integers → strings, [#434](https://github.com/ccxt-dev/ccxt/issues/434)
- Added handling for InvalidOrder to GDAX, [#427](https://github.com/ccxt-dev/ccxt/issues/427)
- Fixed GDAX fills' parsing, [#417](https://github.com/ccxt-dev/ccxt/issues/417)
- Added Bter/Gate.io `withdraw()`, [#413](https://github.com/ccxt-dev/ccxt/issues/413)
- Fixed GDAX fills' sides, [#410](https://github.com/ccxt-dev/ccxt/issues/410)
- Fixed GDAX precision strings → floats, [#405](https://github.com/ccxt-dev/ccxt/issues/405)
- Binance now supporting both BCC (BitConnect) and BCH (Bitcoin Cash), [#402](https://github.com/ccxt-dev/ccxt/issues/402)
- Added BCH/BRL market to Mercado Bitcoin, [#400](https://github.com/ccxt-dev/ccxt/issues/400)
- Fixed handling of Bitfinex errors, [#399](https://github.com/ccxt-dev/ccxt/issues/399)
- Fixed bitflyer fetch_balance in Python, [#394](https://github.com/ccxt-dev/ccxt/issues/394)
- Fixed Liqui rounding triggering InsufficientFunds, [#393](https://github.com/ccxt-dev/ccxt/issues/393)
- Fixed multiple symbol inconsistencies with Cryptopia, [#390](https://github.com/ccxt-dev/ccxt/issues/390)
- Fixed reversed ticker bidasks form WEX, [#389](https://github.com/ccxt-dev/ccxt/issues/389)
- Fixed GDAX order status, [#388](https://github.com/ccxt-dev/ccxt/issues/388)
- Fixed fetchTrades timestamps from Bitstamp, [#384](https://github.com/ccxt-dev/ccxt/issues/384)
- Added fetchOHLCV to Bitfinex v1, [#379](https://github.com/ccxt-dev/ccxt/issues/379)
- Fixed Bitfinex v2 OCHLV → OHLCV, [#374](https://github.com/ccxt-dev/ccxt/issues/374)
- Fixed symbol in Kraken fetchMyTrades, [#367](https://github.com/ccxt-dev/ccxt/issues/367)
- Added QTUM/KRW market to bithumb, [#366](https://github.com/ccxt-dev/ccxt/issues/366)
- Unified all fetchOrderBook() method signatures, [#365](https://github.com/ccxt-dev/ccxt/issues/365)
Expand Down

0 comments on commit 613bffd

Please sign in to comment.