Updated changelog

This commit is contained in:
NandaScott 2019-04-01 13:00:14 -04:00
parent f2d7d289d3
commit 26526e802b
1 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,23 @@
# Changelog
## 1.7.0
Changes
- Added the following methods for card objects
- `tcgplayer_id`
- `frame_effect`
- `games`
- `promo`
- `released_at`
- Removed the following methods for card objects
- `timeshifted`
- `colorshifted`
- `futureshifted`
- Renamed the following methods for card objects
- `currency` is now `prices`
- Created new endpoint object `TCGPlayerId()`
## 1.6.2
Changes