Skip to content

Commit

Permalink
chore: breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
irusland committed Aug 6, 2023
1 parent c31e786 commit d8aa52f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Breaking changes
## 0.2.0-beta60
- `MarketDataCache` moved into [tinkoff/invest/caching/market_data_cache/cache.py](tinkoff/invest/caching/market_data_cache/cache.py).
- Correct import is now `from tinkoff.invest.caching.market_data_cache.cache import MarketDataCache` (whereas previously was `from tinkoff.invest.services import MarketDataCache`).
- Import in [download_all_candles.py](examples/download_all_candles.py) was also corrected.

0 comments on commit d8aa52f

Please sign in to comment.